import { ControlProvider } from '../../leaflet.model'; import { Control, Map } from 'leaflet'; import * as i0 from "@angular/core"; export declare class GoogleStreetViewControlProvider implements ControlProvider { config: any; constructor(); provide(map: Map): Control; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export declare class GoogleStreetViewControl extends Control { private map; constructor(); onAdd?(map: Map): HTMLElement; _click(): void; }