export declare class HtmlImporterFontUtils {
    static getFontSize(font: string, parentFont: string): number;
    private static getFontSizeCore;
}
