import { DrawerProps } from './Types.js'; import './Drawer.scss'; import { FC } from 'react'; declare const Drawer: FC; export default Drawer;