export interface OfferPriceProps {
    totalprice?: number;
    currency: string;
    wethValue: string;
}
declare const OfferPriceContainer: ({ currency, totalprice, wethValue, }: OfferPriceProps) => import("react/jsx-runtime").JSX.Element;
export default OfferPriceContainer;
