export declare function loadGoogleFontOnce(family: string, onLoad?: () => void, onError?: (e: unknown) => void): void;
