export type FontFamilyPickerProps = { onChange: (value: string) => void; value: string; }; export declare const FontFamilyPicker: ({ onChange, value, }: FontFamilyPickerProps) => import("react").JSX.Element; //# sourceMappingURL=FontFamilyPicker.d.ts.map