import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum ST_CompoundLine {
    sng = 0,
    dbl = 1,
    thickThin = 2,
    thinThick = 3,
    tri = 4
}
/**
 * @hidden
 */
export declare let ST_CompoundLine_$type: Type;
