export class WindowId { value: Number; constructor(); } export class ColorHelper { constructor(); static toDisplayName(color: Object): String; static fromArgb(a: Number, r: Number, g: Number, b: Number): Object; } export class Colors { static aliceBlue: Object; static antiqueWhite: Object; static aqua: Object; static aquamarine: Object; static azure: Object; static beige: Object; static bisque: Object; static black: Object; static blanchedAlmond: Object; static blue: Object; static blueViolet: Object; static brown: Object; static burlyWood: Object; static cadetBlue: Object; static chartreuse: Object; static chocolate: Object; static coral: Object; static cornflowerBlue: Object; static cornsilk: Object; static crimson: Object; static cyan: Object; static darkBlue: Object; static darkCyan: Object; static darkGoldenrod: Object; static darkGray: Object; static darkGreen: Object; static darkKhaki: Object; static darkMagenta: Object; static darkOliveGreen: Object; static darkOrange: Object; static darkOrchid: Object; static darkRed: Object; static darkSalmon: Object; static darkSeaGreen: Object; static darkSlateBlue: Object; static darkSlateGray: Object; static darkTurquoise: Object; static darkViolet: Object; static deepPink: Object; static deepSkyBlue: Object; static dimGray: Object; static dodgerBlue: Object; static firebrick: Object; static floralWhite: Object; static forestGreen: Object; static fuchsia: Object; static gainsboro: Object; static ghostWhite: Object; static gold: Object; static goldenrod: Object; static gray: Object; static green: Object; static greenYellow: Object; static honeydew: Object; static hotPink: Object; static indianRed: Object; static indigo: Object; static ivory: Object; static khaki: Object; static lavender: Object; static lavenderBlush: Object; static lawnGreen: Object; static lemonChiffon: Object; static lightBlue: Object; static lightCoral: Object; static lightCyan: Object; static lightGoldenrodYellow: Object; static lightGray: Object; static lightGreen: Object; static lightPink: Object; static lightSalmon: Object; static lightSeaGreen: Object; static lightSkyBlue: Object; static lightSlateGray: Object; static lightSteelBlue: Object; static lightYellow: Object; static lime: Object; static limeGreen: Object; static linen: Object; static magenta: Object; static maroon: Object; static mediumAquamarine: Object; static mediumBlue: Object; static mediumOrchid: Object; static mediumPurple: Object; static mediumSeaGreen: Object; static mediumSlateBlue: Object; static mediumSpringGreen: Object; static mediumTurquoise: Object; static mediumVioletRed: Object; static midnightBlue: Object; static mintCream: Object; static mistyRose: Object; static moccasin: Object; static navajoWhite: Object; static navy: Object; static oldLace: Object; static olive: Object; static oliveDrab: Object; static orange: Object; static orangeRed: Object; static orchid: Object; static paleGoldenrod: Object; static paleGreen: Object; static paleTurquoise: Object; static paleVioletRed: Object; static papayaWhip: Object; static peachPuff: Object; static peru: Object; static pink: Object; static plum: Object; static powderBlue: Object; static purple: Object; static red: Object; static rosyBrown: Object; static royalBlue: Object; static saddleBrown: Object; static salmon: Object; static sandyBrown: Object; static seaGreen: Object; static seaShell: Object; static sienna: Object; static silver: Object; static skyBlue: Object; static slateBlue: Object; static slateGray: Object; static snow: Object; static springGreen: Object; static steelBlue: Object; static tan: Object; static teal: Object; static thistle: Object; static tomato: Object; static transparent: Object; static turquoise: Object; static violet: Object; static wheat: Object; static white: Object; static whiteSmoke: Object; static yellow: Object; static yellowGreen: Object; constructor(); } export class UIContentRoot { uIContext: UIContext; constructor(); } export class UIContext { constructor(); } export const ColorHelper: any; export const Colors: any; export const UIContentRoot: any; export const UIContext: any; export * as accessibility from "./ui.accessibility.js"; export * as applicationsettings from "./ui.applicationsettings.js"; export * as composition from "./ui.composition.js"; export * as core from "./ui.core.js"; export * as input from "./ui.input.js"; export * as notifications from "./ui.notifications.js"; export * as popups from "./ui.popups.js"; export * as shell from "./ui.shell.js"; export * as startscreen from "./ui.startscreen.js"; export * as text from "./ui.text.js"; export * as uiautomation from "./ui.uiautomation.js"; export * as viewmanagement from "./ui.viewmanagement.js"; export * as webui from "./ui.webui.js"; export * as windowmanagement from "./ui.windowmanagement.js";