export declare class FontSizeHelper { static readonly defaultFontSize = "16px"; static fontSizes: { label: number; value: string; }[]; static getFontSizes(): { label: number; value: string; }[]; }