export declare class GoogleFont {
    private static readonly FONT_URL;
    static readonly DEFAULT_FONT_FAMILY = "'Inter', sans-serif, Avenir, Helvetica, Arial";
    static attemptAppendStyleSheetToHead(cssStyle: CSSStyleDeclaration): void;
}
//# sourceMappingURL=googleFont.d.ts.map