import React from 'react'; import { WithTranslation, WithTranslationProps } from 'react-i18next'; import { Lang } from '../../models'; import './ErrorPage.scss'; export interface ErrorPageProps { code?: number; lang?: Lang; pageGroup?: string; homeUrl?: string; receiveAccessUrl?: string; } declare const _default: React.ComponentType & WithTranslationProps, WithTranslationProps>, keyof WithTranslation> & WithTranslationProps>; export default _default;