import * as React from 'react';
export declare type ErrorPageProps = {
    image: string;
    title: string;
    message: string;
};
declare const ErrorPage: React.FunctionComponent<ErrorPageProps>;
export default ErrorPage;
