import { LayerDef } from "@expofp/renderer";
import { RendererService } from "../../../../renderer";
import { Booth } from "../../../../store/BoothStore";
export declare const BOOTHS_CHUNK_SIZE = 350;
export default function configBooths(rendererService: RendererService, layerID: string, booths: Booth[]): LayerDef;
//# sourceMappingURL=config-booths.d.ts.map