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