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