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