import L from 'leaflet'; declare type TyphoonLegendOptions = L.ControlOptions; declare class TyphoonLegendControl extends L.Control { private _container; private _legend; private _part1; private _canvas; private _strong; private _btn_expand; constructor(options?: TyphoonLegendOptions); onAdd(): HTMLElement; show(isShow?: boolean): void; addTo(datas: any): this; } declare const typhoonLegendImpl: (options?: TyphoonLegendOptions | undefined) => TyphoonLegendControl; export { TyphoonLegendControl, typhoonLegendImpl };