import React from 'react'; import { TypographyProps } from './types'; declare const Typography: React.FC; export default Typography;