export interface AppSidebarProps { /** * Controls wether the sidebar is opened or not */ isOpen?: boolean; } declare var __VLS_25: {}, __VLS_27: {}, __VLS_29: {}, __VLS_31: {}; type __VLS_Slots = {} & { 'app-context'?: (props: typeof __VLS_25) => any; } & { 'company-context'?: (props: typeof __VLS_27) => any; } & { navigation?: (props: typeof __VLS_29) => any; } & { footer?: (props: typeof __VLS_31) => any; }; declare const __VLS_base: import("vue").DefineComponent any; "update:is-open": (isOpen: boolean) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onDismiss?: (() => any) | undefined; "onUpdate:is-open"?: ((isOpen: boolean) => any) | undefined; }>, { isOpen: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };