import * as React from 'react'; import { Props as LargeIconMessageProps } from './LargeIconMessage'; type Props = { IconComponent?: LargeIconMessageProps['IconComponent']; title: string; gutterTop?: boolean; gutterBottom?: boolean; children?: React.ReactNode; onTryAgain?: () => void; }; declare const _default: React.NamedExoticComponent; export default _default;