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