import type { TableEditableCellValidateOwnCallback } from './types'; declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: __VLS_WithSlots; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; row: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; dependencies: { readonly type: import("vue").PropType<(row: import("element-plus/es/components/table/src/table/defaults.mjs").DefaultRow, ownStates: Record, cellsStates: Record, rowStates: Record) => void>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; row: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; dependencies: { readonly type: import("vue").PropType<(row: import("element-plus/es/components/table/src/table/defaults.mjs").DefaultRow, ownStates: Record, cellsStates: Record, rowStates: Record) => void>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, { default?: (props: { cellsStates: Record; rowStates: Record; ownStates: any; validateOwn: (cb: TableEditableCellValidateOwnCallback) => void; }) => any; } & { default?: (props: { cellsStates: Record; rowStates: Record; ownStates: any; validateOwn: (cb: TableEditableCellValidateOwnCallback) => void; }) => any; }>; type __VLS_WithSlots = T & { new (): { $slots: S; }; };