import { ZArticleCard_Props } from '@zurich/dev-utils/code/ArticleCard'; type Props = Omit & { readonly zTheme?: ZArticleCard_Props['z-theme']; imageSrc?: ZArticleCard_Props['image-src']; imageAlt?: ZArticleCard_Props['image-alt']; preLine?: ZArticleCard_Props['pre-line']; }; declare const _default: __VLS_WithTemplateSlots & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>, Readonly> & Record<"content" | "default" | "pre-line" | "header" | "image-src" | "tags" | "actions", any>>; export { _default as VueArticleCard, VueArticleCard as default }; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };