import { default as React } from 'react';

declare const TryAgainButtonComponent: () => React.JSX.Element;
export { TryAgainButtonComponent };
