import { NestedOptionHost } from 'devextreme-angular/core';
import { CollectionNestedOption } from 'devextreme-angular/core';
import * as i0 from "@angular/core";
export declare class DxiMapLocationComponent extends CollectionNestedOption {
    get lat(): number;
    set lat(value: number);
    get lng(): number;
    set lng(value: number);
    protected get _optionPath(): string;
    constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
    ngOnDestroy(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<DxiMapLocationComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
    static ɵcmp: i0.ɵɵComponentDeclaration<DxiMapLocationComponent, "dxi-map-location", never, { "lat": { "alias": "lat"; "required": false; }; "lng": { "alias": "lng"; "required": false; }; }, {}, never, never, true, never>;
}
export declare class DxiMapLocationModule {
    static ɵfac: i0.ɵɵFactoryDeclaration<DxiMapLocationModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<DxiMapLocationModule, never, [typeof DxiMapLocationComponent], [typeof DxiMapLocationComponent]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<DxiMapLocationModule>;
}
