import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum ST_StrokeArrowLength {
    _short = 0,
    medium = 1,
    _long = 2
}
/**
 * @hidden
 */
export declare let ST_StrokeArrowLength_$type: Type;
