import { TagVariants } from './type'; export declare const fontWeightMap: { light: string; normal: string; medium: string; 'semi-bold': string; bold: string; }; export declare const StyledTypography: import("styled-components").StyledComponent<"p", import("styled-components").DefaultTheme, { as?: TagVariants; weight?: 'light' | 'normal' | 'medium' | 'semi-bold' | 'bold'; color?: string; whitespace?: 'normal' | 'nowrap' | 'pre' | 'pre-line' | 'pre-wrap'; align?: 'inherit' | 'left' | 'center' | 'right' | 'justify'; fontSize?: number; }, never>; //# sourceMappingURL=styled.d.ts.map