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