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