declare const TableEditableCell: import("../utils/index").WithInstall<{ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins; 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<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, 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<{}>, {}, {}, {}, {}, {}>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase; 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<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => { $slots: { default?: (props: { cellsStates: Record; rowStates: Record; ownStates: any; validateOwn: (cb: import(".").TableEditableCellValidateOwnCallback) => void; }) => any; } & { default?: (props: { cellsStates: Record; rowStates: Record; ownStates: any; validateOwn: (cb: import(".").TableEditableCellValidateOwnCallback) => void; }) => any; }; })>; export * from './src/types'; export * from './src/tableEditableCell'; export default TableEditableCell; export { TableEditableCell }; declare module 'vue' { interface GlobalComponents { PagodaTableEditableCell: typeof TableEditableCell; } }