import type { FontLibraryState } from './types'; export declare const FontLibraryContext: import("react").Context; declare function FontLibraryProvider({ children }: { children: React.ReactNode; }): import("react").JSX.Element; export default FontLibraryProvider; //# sourceMappingURL=context.d.ts.map