import { Property } from 'csstype'; declare type TypographyProps = { $size?: number; $color?: Property.Color; $align?: string; $secondary?: boolean; }; export declare const bodyFontStyle: import("styled-components").FlattenInterpolation>; export declare const Body: { Reg: import("styled-components").StyledComponent<"span", any, TypographyProps, never>; Med: import("styled-components").StyledComponent<"span", any, TypographyProps, never>; SmBold: import("styled-components").StyledComponent<"span", any, TypographyProps, never>; Bold: import("styled-components").StyledComponent<"span", any, TypographyProps, never>; }; export {};