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<IDrawerBodyProps & React.RefAttributes<HTMLElement>>;
export default DrawerBody;
