import * as React from 'react'; import { TypographyProps, VariantMapping } from './Typography.type'; export declare const defaultVariantMapping: VariantMapping; export declare const name = "Typography"; declare const Typography: React.FC; export default Typography;