declare const _default: __VLS_WithTemplateSlots> & { onReset?: ((...args: any[]) => any) | undefined; onSave?: ((...args: any[]) => any) | undefined; }, {}, {}>, { prefix?(_: {}): any; title?(_: {}): any; "right-prefix"?(_: {}): any; "right-action"?(_: {}): any; "right-suffix"?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };