import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum ST_BorderStyle {
    none = 0,
    thin = 1,
    medium = 2,
    dashed = 3,
    dotted = 4,
    thick = 5,
    _double = 6,
    hair = 7,
    mediumDashed = 8,
    dashDot = 9,
    mediumDashDot = 10,
    dashDotDot = 11,
    mediumDashDotDot = 12,
    slantDashDot = 13
}
/**
 * @hidden
 */
export declare let ST_BorderStyle_$type: Type;
