import * as React from 'react'; import { DrawerProps } from './Drawer.type'; export declare const name = "Drawer"; declare const Drawer: React.FC; export default Drawer;