import { BaseSwitchItem, SwitcherProps } from './Switcher'; export declare type SideBarProps = Omit, 'direction'>; export declare const SideBar: (props: SideBarProps) => JSX.Element;