/** * WordPress dependencies */ interface FontLibraryProps { value: any; baseValue: any; onChange: (value: any) => void; activeTab?: string; onTabChange?: (tab: string) => void; } export declare function FontLibrary({ value, baseValue, onChange, activeTab }: FontLibraryProps): import("react").JSX.Element; export {}; //# sourceMappingURL=font-library.d.ts.map