import type { Theme } from "../styles/index.js"; declare const getTextDecoration: ({ theme, ownerState }: { theme: T; ownerState: { color: string; }; }) => string; export default getTextDecoration;