import React from 'react'; import { ErrorPageSectionPropsType } from './ErrorPageSection'; export interface ErrorPageMainPropsType { children?: Array> | null; } declare const ErrorPageMain: React.FC; export default ErrorPageMain;