import React from 'react';
import { DrawerProps } from '../Drawer';
export type NavbarDrawerProps = DrawerProps;
declare const NavbarDrawer: React.ForwardRefExoticComponent<DrawerProps & React.RefAttributes<any>>;
export default NavbarDrawer;
