/// <reference types="react" />
import type { AuctionHouseHooksContextType } from "../types";
export declare const AuctionHouseHooksContext: import("react").Context<AuctionHouseHooksContextType>;
