import * as React from "react";
export declare const ErrorLayout: React.FC<{
    reset: (goHome: boolean) => void;
}>;
