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