import React from 'react'; import './index.scss'; import { DrawerProps } from './type'; declare const Drawer: React.FC; export default Drawer;