import * as react from 'react';
interface ModalFooterProps extends React.HTMLAttributes<HTMLDivElement> {
}
declare const _ModalFooter: react.ForwardRefExoticComponent<ModalFooterProps & react.RefAttributes<HTMLDivElement>>;
export { _ModalFooter as ModalFooter, ModalFooterProps };