import Title from './Title'; import Text from './Text'; interface TypographyProps { Text: typeof Text; Title: typeof Title; } declare const Typography: TypographyProps; export default Typography;