import L from 'leaflet'; export declare const LegendControl: (new (...args: any[]) => { options: { position: string; legends: never[]; }; onAdd(this: any): any; _rebuildLegends(this: any): void; setLegends(legends: any): void; }) & typeof L.Control; export declare const ButtonControl: (new (...args: any[]) => { options: { position: string; icon: string; }; onAdd(this: any): HTMLElement; setIcon(this: any, icon: string): void; includes: L.Evented; }) & typeof L.Control; //# sourceMappingURL=leaflet-controls.d.ts.map