export declare type HtmlFontValue = {
    family?: string;
    bold?: boolean;
    italic?: boolean;
};
