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