import type { VNodeChild } from 'vue';
type __VLS_Props = {
    content: string;
    prefixCls?: string;
    okText?: VNodeChild;
    cancelText?: VNodeChild;
};
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
    editConfirm: (content: string) => any;
    editCancel: () => any;
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
    onEditConfirm?: (content: string) => any;
    onEditCancel?: () => any;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
