import { Type } from "./type";
/**
 * Represents type for toolbar action
 */
export declare enum ToolActionType {
    Unknown = 0,
    GroupHeader = 1,
    Checkbox = 2,
    IconButton = 3,
    Label = 4,
    NumberInput = 5,
    Radio = 6,
    Separator = 7,
    IconMenu = 8,
    Button = 9,
    SubPanel = 10,
    CheckboxList = 11,
    FieldSelector = 12,
    ButtonPair = 13,
    Combo = 14,
    TextInput = 15,
    ColorEditor = 16
}
/**
 * @hidden
 */
export declare let ToolActionType_$type: Type;
