import { ZFooter_Props } from '@zurich/dev-utils/code/Footer'; type Props = Omit & { readonly zTheme?: ZFooter_Props['z-theme']; readonly customStr?: ZFooter_Props['custom-str']; readonly socialText?: ZFooter_Props['social-text']; }; declare const _default: __VLS_WithTemplateSlots & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>, Readonly> & Record>; export { _default as VueFooter, VueFooter as default }; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };