declare const _sfc_main: import("vue").DefineComponent<{ width: { type: StringConstructor; required: false; }; sticky: { type: BooleanConstructor; required: false; }; isOpen: { type: BooleanConstructor; required: false; default: boolean; }; }, { __sfc: boolean; slots: import("vue/types/v3-setup-context").Slots; props: Readonly>>; computedWidth: import("vue").ComputedRef; computedStickyStyle: import("vue").ComputedRef; navigationContainerStyle: string; navigationContainerItemsStyle: string; navigationContainerFooterStyle: string; }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly>, { isOpen: boolean; sticky: boolean; }>; export default _sfc_main;