declare const ElEditable: { name: string; inheritAttrs: boolean; props: { readonly modelValue: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly trigger: import("element-plus/es/utils").EpPropFinalized; readonly icon: import("element-plus/es/utils").EpPropFinalized>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, boolean>; readonly defaultEditState: import("element-plus/es/utils").EpPropFinalized; readonly focus: import("element-plus/es/utils").EpPropFinalized; }; emits: { change: (editable: boolean, options: any) => boolean; }; setup(props: any, { slots, attrs, emit, expose }: any): () => import("vue").VNode; }; export default ElEditable;