/// <reference types="react" />
import { TypographyProps } from './interface';
export declare function Typography({ size, ...props }: TypographyProps): JSX.Element;
