import * as React from "react"; import { DrawerProps } from "./drawer.type"; interface drawerRef { close: any; open: any; } declare const Drawer: React.ForwardRefExoticComponent>; export { Drawer };