export declare const CompactTypography: import("styled-components").StyledComponent<"span", any, import("../../components/Typography/Typography").TypographyProps & {
    mt: string;
    mb: string;
    'data-component-name': string;
}, "data-component-name" | "mt" | "mb">;
