import { FC } from "react"; import { DrawerProps } from "./Drawer.types"; declare const Drawer: FC; export default Drawer;