import { FunctionComponent } from 'react'; /** * A confirmation dialog. When this component is used: * - a provider must make the play reducer available. */ declare const Confirm: FunctionComponent; export default Confirm;