import { Base, Type } from "igniteui-webcomponents-core"; import { CT_AdjPoint2D } from "./CT_AdjPoint2D"; import { ST_AdjAngle } from "./ST_AdjAngle"; /** * @hidden */ export declare class CT_ConnectionSite extends Base { static $t: Type; a: CT_AdjPoint2D; b: ST_AdjAngle; }