import type { FontCatalog, FontLoader } from "@compositive/foundation"; import { FontFamily } from "@compositive/foundation"; export declare class WebSafeFontFamily extends FontFamily { static fromJson(name: string): Promise; get fontLoader(): FontLoader; get fontCatalog(): FontCatalog; } //# sourceMappingURL=WebSafeFontFamily.d.ts.map