import { ZSidebar_Props } from '@zurich/dev-utils/code/Sidebar'; type Props = Omit & { readonly zTheme?: ZSidebar_Props['z-theme']; readonly customStr?: ZSidebar_Props['custom-str']; readonly modelValue?: ZSidebar_Props['model']; }; declare const _default: __VLS_WithTemplateSlots any; }, string, import('vue').PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((modelValue: boolean | undefined) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>, { default?(_: {}): any; }>; export { _default as VueSidebar, VueSidebar as default }; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };