interface StylesPreviewTypographyProps { variation: any; isFocused?: boolean; withHoverView?: boolean; } declare const StylesPreviewTypography: ({ variation, isFocused, withHoverView, }: StylesPreviewTypographyProps) => import("react").JSX.Element; export default StylesPreviewTypography; //# sourceMappingURL=preview-typography.d.ts.map