import { TypographyProps } from './interface';
export declare const StyledTypography: import("styled-components").StyledComponent<"div", any, TypographyProps, never>;
