interface Props { file: File | null; mappingFields: unknown[]; addBulkItems?: (items: unknown[]) => unknown | Promise; handlingMode?: string; fileUploadHandler?: () => unknown | Promise; } declare const __VLS_export: import("vue").DefineComponent any; save: () => any; changeMappingFields: (value: unknown[]) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onClose?: () => any; onSave?: () => any; onChangeMappingFields?: (value: unknown[]) => any; }>, { file: File | null; mappingFields: unknown[]; handlingMode: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;