import React from "react";
import { BaseSidebarProps } from "../Sidebar/types";
export declare type SideBarDrawerProps = BaseSidebarProps;
export declare const SidebarDrawer: React.FC<SideBarDrawerProps>;
