import type { UIConfig } from "../types/ui-config";
export declare function isFontRCFMManaged(fontName: string): boolean;
export declare function getScopedFontFamily(fontFamily: string): string;
export declare function registerFonts(uiConfig: UIConfig): Promise<void>;
