import type { ExportJSONFormat } from '../export/export-json'; declare function JSONFileTypeOptions({ jsonFormat, setJSONFormatVariant, }: { jsonFormat: ExportJSONFormat; setJSONFormatVariant: (jsonFormatVariant: ExportJSONFormat) => void; }): JSX.Element; export { JSONFileTypeOptions }; //# sourceMappingURL=export-json-format-options.d.ts.map