import React from 'react'; import { ErrorPageFooterButtonPropsType } from './ErrorPageFooterButton'; export interface ErrorPageFooterPropsType { children?: Array> | null; } declare const ErrorPageFooter: React.FC; export default ErrorPageFooter;