import React from 'react'; import { IDrawerProps } from './Drawer.types'; declare const Drawer: React.FC; export default Drawer;