///
import { Observable } from 'rxjs';
import { H21MapBoundarDirective } from '../../directives/h21-map-boundar.directive';
import { BoundarService } from '../abstract/abstract-boundar';
export declare class GoogleBoundarService extends BoundarService {
feature: Map;
addBoundar(boundar: H21MapBoundarDirective): void;
setStyle(boundar: H21MapBoundarDirective): void;
loadBoundar(url: string, boundar: H21MapBoundarDirective): void;
removeBoundar(boundar: H21MapBoundarDirective): void;
fitBounds(boundar: any): void;
createEvent(eventName: string, boundar: H21MapBoundarDirective): Observable;
private _getGeometry;
}