import { Type } from "igniteui-angular-core"; export declare enum PropertyEditorValueType { Unhandled = 0, Number = 1, StringValue = 2, Date = 3, Brush = 4, Color = 5, BrushCollection = 6, boolean1 = 7, SubType = 8, Collection = 9, Array = 10, Point = 11, Size = 12, Rect = 13, ColorCollection = 14, EnumValue = 15, MethodRef = 16, EventRef = 17, DataRef = 18, TimeSpan = 19, Button = 20, Slider = 21, TemplateRef = 22, DoubleCollection = 23, Separator = 24, Header = 25 } /** * @hidden */ export declare let PropertyEditorValueType_$type: Type;