import { type FC } from "react";
import { type SpecialBooth } from "../../store/BoothStore";
interface BoothSpecialProps {
    booth: SpecialBooth;
}
export declare const BoothSpecial: FC<BoothSpecialProps>;
export {};
//# sourceMappingURL=BoothSpecial.d.ts.map