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