import { Theme } from './remoteTheme'; export declare const isFontLoaded: (font: string) => boolean; export declare const loadFont: (fontName: string) => Promise; export declare const extractFontFamilies: (theme: NonNullable) => Set;