import { default as React } from 'react'; export type Props = { html: string; }; declare const Confirmation: React.FC; export default Confirmation;