import { ZTile_Props } from '@zurich/dev-utils/code/Tile'; type Props = Omit & { readonly zTheme?: ZTile_Props['z-theme']; readonly imageSrc?: ZTile_Props['image-src']; readonly imageAlt?: ZTile_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 VueTile, VueTile as default }; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };