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