export declare enum HTML_FONT_STYLES {
    Normal = "normal",
    Italic = "italic",
    Oblique = "oblique"
}
export declare const HTML_FONT_STYLES_OPTIONS: {
    value: string;
    label: string;
    textLabel: string;
}[];
