import { ZChip_Props } from '@zurich/dev-utils/code/Chip'; type Props = Omit & { readonly customStr?: ZChip_Props['custom-str']; readonly zTheme?: ZChip_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", any>>; export { _default as VueChip, VueChip as default }; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };