export declare const submitCancelEventNames: { cancel: string; submit: string; }; export declare const getSubmitCancelEmits: () => string[]; export declare const getSubmitCancelProps: () => { small: { type: BooleanConstructor; default: () => boolean; }; hideCancel: { type: BooleanConstructor; default: () => boolean; }; hideSubmit: { type: BooleanConstructor; default: () => boolean; }; cancelText: { type: StringConstructor; default: () => string; }; submitText: { type: StringConstructor; default: () => string; }; };