import React from 'react'; import { DrawerProps } from './interface'; declare const DrawerComponent: React.ForwardRefExoticComponent>; export default DrawerComponent; export { DrawerProps };