import * as React from 'react'; import { IDrawerBodyProps } from './DrawerBody.props'; export { IDrawerBodyProps } from './DrawerBody.props'; /** * ## Importing * * ``` * import { DrawerBody } from '@naturacosmeticos/natds-web'; * ``` */ export declare const DrawerBody: React.ForwardRefExoticComponent>; export default DrawerBody;