import { ZButton_Props } from '@zurich/dev-utils/code/Button'; type Props = Omit & { readonly iconRight?: ZButton_Props['icon-right']; readonly customStr?: ZButton_Props['custom-str']; readonly asSubmit?: ZButton_Props['as-submit']; readonly zTheme?: ZButton_Props['z-theme']; }; declare const _default: __VLS_WithTemplateSlots any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onClick?: ((payload: MouseEvent) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly> & Record<"content" | "default" | "popover", any>>; export { _default as VueButton, VueButton as default }; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };