import type { ImageFormat } from '../types.js'; interface FormatSelectorProps { field: { name: string; label?: string; }; path: string; formats: ImageFormat[]; defaultFormat: ImageFormat; } export declare const FormatSelectorComponent: React.FC; export {}; //# sourceMappingURL=FormatSelector.d.ts.map