import { ImportSchema } from '../types/reader'; type __VLS_Props = ImportSchema; declare function exportInvalidRows(): void; declare function downloadReferenceFile(): void; declare function __VLS_template(): { attrs: Partial<{}>; slots: { actions?(_: { validRows: Record[]; invalidRows: Record[]; exportInvalid: typeof exportInvalidRows; }): any; }; refs: { uploadLabel: HTMLLabelElement; }; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, { validRows: globalThis.ComputedRef[]>; invalidRows: globalThis.ComputedRef[]>; exportInvalidRows: typeof exportInvalidRows; downloadReferenceFile: typeof downloadReferenceFile; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { uploadLabel: HTMLLabelElement; }, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };