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