interface FontControlProps { id: string; label: string; options: readonly string[]; value: string; onChange: (font: string) => void; } export declare function FontControl({ id, label, options, value, onChange }: Readonly): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=FontControl.d.ts.map