declare const _default: __VLS_WithTemplateSlots, { title: string; noPadding: boolean; actionButtons: boolean; cancelLabel: string; saveLabel: string; saveLoading: boolean; saveDisabled: boolean; testId: string; isLoading: boolean; }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { save: () => void; cancel: () => void; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly, { title: string; noPadding: boolean; actionButtons: boolean; cancelLabel: string; saveLabel: string; saveLoading: boolean; saveDisabled: boolean; testId: string; isLoading: boolean; }>>> & { onCancel?: () => any; onSave?: () => any; }, { title: string; testId: string; actionButtons: boolean; isLoading: boolean; noPadding: boolean; saveLabel: string; cancelLabel: string; saveLoading: boolean; saveDisabled: boolean; }>, { header?(_: {}): any; default?(_: {}): any; footer?(_: {}): any; }>; export default _default; type __VLS_NonUndefinedable = T extends undefined ? never : T; type __VLS_TypePropsToRuntimeProps = { [K in keyof T]-?: {} extends Pick ? { type: import('vue').PropType<__VLS_NonUndefinedable>; } : { type: import('vue').PropType; required: true; }; }; type __VLS_WithDefaults = { [K in keyof Pick]: K extends keyof D ? __VLS_Prettify : P[K]; }; type __VLS_Prettify = { [K in keyof T]: T[K]; } & {}; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };