import { TypographyProps } from "./typography.component";
declare const StyledTypography: import("styled-components").StyledComponent<"span", any, {
    theme: object;
} & TypographyProps, "theme">;
export default StyledTypography;
