import { Base, Nullable$1, Type } from "igniteui-react-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<ST_LineEndLength>;
    b: Nullable$1<ST_LineEndType>;
    c: Nullable$1<ST_LineEndWidth>;
}
