import * as React from 'react';
import { IDrawerFooterProps } from './DrawerFooter.props';
export { IDrawerFooterProps } from './DrawerFooter.props';
/**
 * ## Importing
 *
 * ```
 * import { DrawerFooter } from '@naturacosmeticos/natds-web';
 * ```
 */
export declare const DrawerFooter: React.ForwardRefExoticComponent<IDrawerFooterProps & React.RefAttributes<HTMLElement>>;
export default DrawerFooter;
