import { Booth } from "../../../../store/BoothStore";
export default class BoothShape {
    private readonly booth;
    selectBgAnimationPart: number;
    constructor(booth: Booth);
    static get(b: Booth): BoothShape;
}
//# sourceMappingURL=BoothShape.d.ts.map