import React from "react";
interface ConfirmationProps {}
declare const Confirmation: React.FC<ConfirmationProps>;
export default Confirmation;
