/// import { ExpandableSideBarProps } from './type'; declare function ExpandableSideBar({ sections, isMaximized, onClick, activeSection, activeSubSection }: ExpandableSideBarProps): import("react").JSX.Element; declare const _default: import("react").MemoExoticComponent; export default _default;