import { DrawerProps } from './interfaces'; export { DrawerProps }; export default function Drawer(props: DrawerProps): JSX.Element;