declare function __VLS_template(): { attrs: Partial<{}>; slots: { default?(_: {}): any; }; refs: { waveRef: ({ $: import('vue').ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit | undefined; }> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>; $attrs: { [x: string]: unknown; }; $refs: { [x: string]: unknown; }; $slots: import('vue').Slots; $root: import('vue').ComponentPublicInstance | null; $parent: import('vue').ComponentPublicInstance | null; $emit: (event: string, ...args: any[]) => void; $el: any; $options: import('vue').ComponentOptionsBase | undefined; }>, { start: () => void; }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record, string, {}> & { beforeCreate?: (() => void) | (() => void)[]; created?: (() => void) | (() => void)[]; beforeMount?: (() => void) | (() => void)[]; mounted?: (() => void) | (() => void)[]; beforeUpdate?: (() => void) | (() => void)[]; updated?: (() => void) | (() => void)[]; activated?: (() => void) | (() => void)[]; deactivated?: (() => void) | (() => void)[]; beforeDestroy?: (() => void) | (() => void)[]; beforeUnmount?: (() => void) | (() => void)[]; destroyed?: (() => void) | (() => void)[]; unmounted?: (() => void) | (() => void)[]; renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]; renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]; errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[]; }; $forceUpdate: () => void; $nextTick: typeof import('vue').nextTick; $watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions): import('vue').WatchStopHandle; } & Readonly<{ theme?: unknown; themeOverrides?: unknown; } & {} & { theme?: import('../../../theme-chalk').ThemeKey | undefined; themeOverrides?: Partial<{ waveAnimationDuration: any; cubicBezierEaseOut: any; waveAnimationName: any; waveBorderRadius: any; }> | undefined; }> & import('vue').ShallowUnwrapRef<{ start: () => void; }> & {} & {} & import('vue').ComponentCustomProperties) | null; }; rootEl: HTMLButtonElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent<{ type: { type: import('vue').PropType; default: string; }; strong: { type: BooleanConstructor; }; secondary: { type: BooleanConstructor; }; tertiary: { type: BooleanConstructor; }; quaternary: { type: BooleanConstructor; }; dashed: { type: BooleanConstructor; }; theme: { type: import('vue').PropType; }; themeOverrides: import('vue').PropType; }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { click: (event: MouseEvent) => void; }, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<{ type?: unknown; strong?: unknown; secondary?: unknown; tertiary?: unknown; quaternary?: unknown; dashed?: unknown; theme?: unknown; themeOverrides?: unknown; } & { type: import('./button').ButtonType; tertiary: boolean; strong: boolean; secondary: boolean; quaternary: boolean; dashed: boolean; } & { theme?: import('../../../theme-chalk').ThemeKey | undefined; themeOverrides?: import('../../../theme-chalk').ThemeVars | undefined; }> & { onClick?: ((event: MouseEvent) => any) | undefined; }, { type: import('./button').ButtonType; tertiary: boolean; strong: boolean; secondary: boolean; quaternary: boolean; dashed: boolean; }>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };