import { Font, TypographyBaseProps } from '../../../interfaces/general/typography'; export declare const fontFamily: TypographyBaseProps['fontFamilyBase']; export declare const fontFamilyAccent: TypographyBaseProps['fontFamilyAccent']; export declare const fontWeight: TypographyBaseProps['fontWeightBase1']; export declare const fontWeightBold: TypographyBaseProps['fontWeightAccent1']; export declare const fontWeightAccent: TypographyBaseProps['fontWeightAccent2']; export declare const fontWeightAccentBold: TypographyBaseProps['fontWeightAccent3']; export declare const fontSizes: { readonly fontSize1: Font; readonly fontSize2: Font; readonly fontSize3: Font; readonly fontSize4: Font; readonly fontSize5: Font; readonly fontSize6: Font; readonly fontSize7: Font; readonly fontSize8: Font; };