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