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