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