import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum ObjectType {
    Group = 0,
    Line = 1,
    Rectangle = 2,
    Oval = 3,
    Arc = 4,
    Chart = 5,
    Text = 6,
    Button = 7,
    Picture = 8,
    Polygon = 9,
    CheckBox = 11,
    OptionButton = 12,
    EditBox = 13,
    Label = 14,
    DialogBox = 15,
    Spinner = 16,
    ScrollBar = 17,
    ListBox = 18,
    GroupBox = 19,
    ComboBox = 20,
    Comment = 25,
    MicrosoftOfficeDrawing = 30
}
/**
 * @hidden
 */
export declare let ObjectType_$type: Type;
