import { ThemeFonts, TypographyVariantsProps } from "./types"; export default function typography({ isMobile, themeFonts }: { isMobile?: boolean; themeFonts?: ThemeFonts; }): TypographyVariantsProps; //# sourceMappingURL=typography.d.ts.map