declare function __VLS_template(): { attrs: Partial<{}>; slots: { header?(_: {}): any; default?(_: {}): any; footer?(_: {}): any; }; refs: {}; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent` element as a wrapper that will emit 'submit' events out from the component when they occur */ form: { type: BooleanConstructor; default: boolean; }; /** * Add a ring outline on hover */ ring: { type: BooleanConstructor; default: boolean; }; /** * Add a primary-colored glow on hover */ fancyGlow: { type: BooleanConstructor; default: boolean; }; customPadding: { type: BooleanConstructor; default: boolean; }; noShadow: { type: BooleanConstructor; default: boolean; }; panelClasses: { type: StringConstructor; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { submit: (val: SubmitEvent) => any; }, string, import('vue').PublicProps, Readonly` element as a wrapper that will emit 'submit' events out from the component when they occur */ form: { type: BooleanConstructor; default: boolean; }; /** * Add a ring outline on hover */ ring: { type: BooleanConstructor; default: boolean; }; /** * Add a primary-colored glow on hover */ fancyGlow: { type: BooleanConstructor; default: boolean; }; customPadding: { type: BooleanConstructor; default: boolean; }; noShadow: { type: BooleanConstructor; default: boolean; }; panelClasses: { type: StringConstructor; }; }>> & Readonly<{ onSubmit?: ((val: SubmitEvent) => any) | undefined; }>, { form: boolean; ring: boolean; fancyGlow: boolean; customPadding: boolean; noShadow: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };