/** Controller that encapsulates layer-dropdown integration logic */ import type { LayerControllerConfig, LayerController } from "./types.js"; export declare function createLayerController(config: LayerControllerConfig): LayerController; //# sourceMappingURL=controller.d.ts.map