import type { Font, TypographyBaseProps } from "../../../interfaces/general/typography/index.ts"; // базовые параметры шрифта 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: { fontSize1: Font; fontSize2: Font; fontSize3: Font; fontSize4: Font; fontSize5: Font; fontSize6: Font; fontSize7: Font; fontSize8: Font; };