import { ZCard_Props } from '@zurich/dev-utils/code/Card'; type Props = Omit & { readonly customStr?: ZCard_Props['custom-str']; readonly zTheme?: ZCard_Props['z-theme']; }; declare const _default: __VLS_WithTemplateSlots & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>, { default?(_: {}): any; }>; export { _default as VueCard, VueCard as default }; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };