import * as React from 'react'; import { OUIAProps } from '../../helpers'; export interface ModalBoxCloseButtonProps extends OUIAProps { /** Additional classes added to the close button */ className?: string; /** A callback for when the close button is clicked */ onClose?: () => void; } export declare const ModalBoxCloseButton: React.FunctionComponent; //# sourceMappingURL=ModalBoxCloseButton.d.ts.map