import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare const enum UserDefinedPropertyType { Dictionary = 0, SelfDefStructure = 16777218, StructureInstance = 16777220, Locale = -2147483648 } /** * @hidden */ export declare let UserDefinedPropertyType_$type: Type;