import { OnyxButtonProps } from './types.js'; type __VLS_Props = Pick; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly<{ /** * Button content. */ default(): unknown; }> & { /** * Button content. */ default(): unknown; }; refs: { button: HTMLButtonElement; }; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<__VLS_Props> & Readonly<{}>, { type: import('./types.js', { with: { "resolution-mode": "import" } }).ButtonType; }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, { button: HTMLButtonElement; }, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };