/// import { ConfirmProps } from '../IProps'; declare function Confirm(props: ConfirmProps): JSX.Element; export default Confirm;