import { Type } from "./type"; export declare enum NativeUIElementFactoryFlavor { None = 0, NativePlatform = 1, XPlat = 2 } /** * @hidden */ export declare let NativeUIElementFactoryFlavor_$type: Type;