import { CT_ChartDrawingAnchorBase } from "./CT_ChartDrawingAnchorBase"; import { CT_Marker } from "./CT_Marker"; import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class CT_RelSizeAnchor extends CT_ChartDrawingAnchorBase { static $t: Type; constructor(); d: CT_Marker; toString(): string; }