import React from 'react'; import { SiderLeftBarProps } from './SiderLeftBar'; export interface SiderBarProps extends SiderLeftBarProps { direction?: "left" | "right"; } export declare const SiderBar: React.FC;