declare const _default: import("vue/types/v3-define-component").DefineComponent<{ theme: { type: StringConstructor; default: string; }; mode: { type: StringConstructor; default: string; }; openSidebar: { type: BooleanConstructor; default: boolean; }; isExpandable: { type: BooleanConstructor; default: boolean; }; }, import("vue").Data, { offline: boolean; }, {}, { closeSidebar(): void; toggleSidebar(val: any): void; }, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly>, { mode: string; theme: string; openSidebar: boolean; isExpandable: boolean; }>; export default _default;