import { Type } from "./type";
export declare enum ToolContextValueType {
    Brush = 0,
    BrushCollection = 1,
    Color = 2,
    StringValue = 3,
    DoubleValue = 4,
    BoolValue = 5,
    IntValue = 6,
    Data = 7
}
/**
 * @hidden
 */
export declare let ToolContextValueType_$type: Type;
