interface TypographyExampleProps { fontSize?: number; variation?: any; } export default function PreviewTypography({ fontSize, variation }: TypographyExampleProps): import("react").JSX.Element; export {}; //# sourceMappingURL=typography-example.d.ts.map