declare const _default: import("vue").DefineComponent boolean; }; hideCancel: { type: BooleanConstructor; default: () => boolean; }; hideSubmit: { type: BooleanConstructor; default: () => boolean; }; cancelText: { type: StringConstructor; default: () => string; }; submitText: { type: StringConstructor; default: () => string; }; }>, { cancel: () => void; submit: () => void; submitBtn: import("vue").Ref; cancelBtn: import("vue").Ref; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").PublicProps, Readonly boolean; }; hideCancel: { type: BooleanConstructor; default: () => boolean; }; hideSubmit: { type: BooleanConstructor; default: () => boolean; }; cancelText: { type: StringConstructor; default: () => string; }; submitText: { type: StringConstructor; default: () => string; }; }>> & Readonly<{ [x: `on${Capitalize}`]: ((...args: any[]) => any) | undefined; }>, { small: boolean; hideCancel: boolean; hideSubmit: boolean; cancelText: string; submitText: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;