import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { ST_LineEndLength } from "./ST_LineEndLength"; import { ST_LineEndType } from "./ST_LineEndType"; import { ST_LineEndWidth } from "./ST_LineEndWidth"; /** * @hidden */ export declare class CT_LineEndProperties extends Base { static $t: Type; a: Nullable$1; b: Nullable$1; c: Nullable$1; }