import { ZButton_Props } from '@zurich/dev-utils/code/Button'; /** ## `` * * ... * * @example * ```html * * ``` * ___ * * */ declare const _default: __VLS_WithTemplateSlots & { iconRight?: ZButton_Props['icon-right']; readonly customStr?: ZButton_Props['custom-str']; }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { click: () => any; }, string, import('vue').PublicProps, Readonly & { iconRight?: ZButton_Props['icon-right']; readonly customStr?: ZButton_Props['custom-str']; }> & Readonly<{ onClick?: (() => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<{ default: any; }> & { default: any; }>; export { _default as ZvButton }; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };