import { ExceptionProps } from '../../@types';
import { FunctionComponent } from 'react';
declare const EPage: FunctionComponent<ExceptionProps>;
export default EPage;
