import * as React from "react";
export declare const FetchOfferErrorState: React.FC<{
    height: string;
    message: string;
}>;
