import { ZArticleCard_Props } from '@zurich/dev-utils/code/ArticleCard'; /** ## `` * * ... * * @example * ```html * * ``` * ___ * * */ declare const _default: __VLS_WithTemplateSlots & { readonly imageSrc?: ZArticleCard_Props['image-src']; readonly customStr?: ZArticleCard_Props['custom-str']; }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly & { readonly imageSrc?: ZArticleCard_Props['image-src']; readonly customStr?: ZArticleCard_Props['custom-str']; }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<{ default: any; header: any; actions: any; 'pre-line': any; }> & { default: any; header: any; actions: any; 'pre-line': any; }>; export { _default as ZvArticleCard }; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };