import React from 'react';
import { TypographyProps } from './interfaces';
export declare const Typography: React.FC<TypographyProps>;
