import { DrawerComponentInterFace } from "./interface"; declare const DrawerComponent: DrawerComponentInterFace; export default DrawerComponent;