/// <reference types="react" />
import type { TypographyProps } from './type';
declare const Typography: import("react").NamedExoticComponent<TypographyProps>;
export default Typography;
