interface Props { modelValue: string; title?: string; nameLabel?: string; placeholder?: string; description?: string; cancelText?: string; confirmText?: string; required?: boolean; } declare const _default: import('vue').DefineComponent any; "update:modelValue": (value: string) => any; confirm: (value: string) => any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onCancel?: (() => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; onConfirm?: ((value: string) => any) | undefined; }>, { placeholder: string; title: string; required: boolean; description: string; nameLabel: string; cancelText: string; confirmText: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;