import { Base, Type } from "igniteui-react-core";
import { ISupportSetProperty } from "./ISupportSetProperty";
import { CT_NonVisualDrawingProps } from "./CT_NonVisualDrawingProps";
import { CT_NonVisualConnectorProperties } from "./CT_NonVisualConnectorProperties";
import { ElementPropertyIds } from "./ElementPropertyIds";
/**
 * @hidden
 */
export declare class CT_GvmlConnectorNonVisual extends Base implements ISupportSetProperty {
    static $t: Type;
    private d;
    private b;
    constructor();
    get c(): CT_NonVisualDrawingProps;
    set c(a: CT_NonVisualDrawingProps);
    get a(): CT_NonVisualConnectorProperties;
    set a(a: CT_NonVisualConnectorProperties);
    setProperty(a: ElementPropertyIds, b: any): void;
    toString(): string;
}
