export declare const fontSizeHeading: {
    small: string;
    medium: string;
    large: string;
    xLarge: string;
    xxLarge: string;
};
