import { ZActionCard_Props } from '@zurich/dev-utils/code/ActionCard'; type Props = Omit & { readonly zTheme?: ZActionCard_Props['z-theme']; imageSrc?: ZActionCard_Props['image-src']; imageAlt?: ZActionCard_Props['image-alt']; preLine?: ZActionCard_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" | "action-button", any>>; export { _default as VueActionCard, VueActionCard as default }; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };