import * as React from 'react'; export { IDrawerProps } from './Drawer.props'; /** * Navigation drawers provide access to destinations in your app or website. * * For more advanced usages, check [Material UI Drawer docs](https://material-ui.com/components/drawer) * * ## Importing * * ``` * import { Drawer } from "@naturacosmeticos/natds-web"; * ``` * * @see https://zeroheight.com/28db352be/p/339f2a-navigation-drawer/b/51a722 * @todo Check whether Drawer component should be renamed to NavigationDrawer */ export declare const Drawer: React.ForwardRefExoticComponent & React.RefAttributes>; export default Drawer;