import { FC } from "react";
import { RegularBooth } from "../../store/BoothStore";
interface BoothWithoutExhibitorProps {
    booth: RegularBooth;
    description: string;
    showBuy: boolean;
    showReserve: boolean;
    isRebooking: boolean;
    level?: string;
}
export declare const BoothOnHold: FC<BoothWithoutExhibitorProps>;
export {};
//# sourceMappingURL=BoothOnHold.d.ts.map