import { Booth } from "../../../../store/BoothStore";
import BoothShape from "./BoothShape";
export declare abstract class BoothDrawerBaseWithoutPainter {
    protected readonly booth: Booth;
    protected readonly boothShape: BoothShape;
    constructor(booth: Booth);
}
//# sourceMappingURL=BoothDrawerBase.d.ts.map