import { Enum } from '../enums'; export declare const CultureInfoProperty: Readonly<{ readonly CULTURE: "culture"; }>; export declare const AutomationHeadingLevelProperty: Readonly<{ readonly HEADING_LEVEL: "headinglevel"; }>; export declare const PointProperty: Readonly<{ readonly CLICKABLE_POINT: "clickablepoint"; }>; export declare const ControlTypeProperty: Readonly<{ readonly CONTROL_TYPE: "controltype"; }>; export declare const AutomationElementProperty: Readonly<{ readonly LABELED_BY: "labeledby"; }>; export declare const OrientationTypeProperty: Readonly<{ readonly ORIENTATION: "orientation"; }>; export declare const RectProperty: Readonly<{ BOUNDING_RECTANGLE: "boundingrectangle"; }>; export declare const Int32ArrayProperty: Readonly<{ RUNTIME_ID: "runtimeid"; }>; export declare const Int32Property: Readonly<{ readonly SIZE_OF_SET: "sizeofset"; readonly POSITION_IN_SET: "positioninset"; readonly PROCESS_ID: "processid"; readonly NATIVE_WINDOW_HANDLE: "nativewindowhandle"; }>; export declare const StringProperty: Readonly<{ readonly AUTOMATION_ID: "automationid"; readonly ITEM_TYPE: "itemtype"; readonly LOCALIZED_CONTROL_TYPE: "localizedcontroltype"; readonly NAME: "name"; readonly ACCELERATOR_KEY: "acceleratorkey"; readonly ACCESS_KEY: "accesskey"; readonly CLASS_NAME: "classname"; readonly HELP_TEXT: "helptext"; readonly FRAMEWORK_ID: "frameworkid"; readonly ITEM_STATUS: "itemstatus"; }>; export declare const BooleanProperty: Readonly<{ readonly HAS_KEYBOARD_FOCUS: "haskeyboardfocus"; readonly IS_OFFSCREEN: "isoffscreen"; readonly IS_DIALOG: "isdialog"; readonly IS_CONTROL_ELEMENT: "iscontrolelement"; readonly IS_CONTENT_ELEMENT: "iscontentelement"; readonly IS_PASSWORD: "ispassword"; readonly IS_KEYBOARD_FOCUSABLE: "iskeyboardfocusable"; readonly IS_ENABLED: "isenabled"; readonly IS_REQUIRED_FOR_FORM: "isrequiredforform"; readonly IS_DOCK_PATTERN_AVAILABLE: "isdockpatternavailable"; readonly IS_EXPAND_COLLAPSE_PATTERN_AVAILABLE: "isexpandcollapsepatternavailable"; readonly IS_GRID_ITEM_PATTERN_AVAILABLE: "isgriditempatternavailable"; readonly IS_GRID_PATTERN_AVAILABLE: "isgridpatternavailable"; readonly IS_INVOKE_PATTERN_AVAILABLE: "isinvokepatternavailable"; readonly IS_MULTIPLE_VIEW_PATTERN_AVAILABLE: "ismultipleviewpatternavailable"; readonly IS_RANGE_VALUE_PATTERN_AVAILABLE: "israngevaluepatternavailable"; readonly IS_SELECTION_ITEM_PATTERN_AVAILABLE: "isselectionitempatternavailable"; readonly IS_SELECTION_PATTERN_AVAILABLE: "isselectionpatternavailable"; readonly IS_SCROLL_PATTERN_AVAILABLE: "isscrollpatternavailable"; readonly IS_SYNCHRONIZED_INPUT_PATTERN_AVAILABLE: "issynchronizedinputpatternavailable"; readonly IS_SCROLL_ITEM_PATTERN_AVAILABLE: "isscrollitempatternavailable"; readonly IS_VIRTUALIZED_ITEM_PATTERN_AVAILABLE: "isvirtualizeditempatternavailable"; readonly IS_ITEM_CONTAINER_PATTERN_AVAILABLE: "isitemcontainerpatternavailable"; readonly IS_TABLE_PATTERN_AVAILABLE: "istablepatternavailable"; readonly IS_TABLE_ITEM_PATTERN_AVAILABLE: "istableitempatternavailable"; readonly IS_TEXT_PATTERN_AVAILABLE: "istextpatternavailable"; readonly IS_TOGGLE_PATTERN_AVAILABLE: "istogglepatternavailable"; readonly IS_TRANSFORM_PATTERN_AVAILABLE: "istransformpatternavailable"; readonly IS_VALUE_PATTERN_AVAILABLE: "isvaluepatternavailable"; readonly IS_WINDOW_PATTERN_AVAILABLE: "iswindowpatternavailable"; }>; export declare const Property: typeof CultureInfoProperty & typeof AutomationHeadingLevelProperty & typeof PointProperty & typeof ControlTypeProperty & typeof AutomationElementProperty & typeof OrientationTypeProperty & typeof RectProperty & typeof Int32Property & typeof Int32ArrayProperty & typeof StringProperty & typeof BooleanProperty; export type CultureInfoProperty = Enum; export type AutomationHeadingLevelProperty = Enum; export type PointProperty = Enum; export type ControlTypeProperty = Enum; export type AutomationElementProperty = Enum; export type OrientationTypeProperty = Enum; export type RectProperty = Enum; export type Int32ArrayProperty = Enum; export type Int32Property = Enum; export type StringProperty = Enum; export type BooleanProperty = Enum; export type Property = CultureInfoProperty | AutomationHeadingLevelProperty | PointProperty | ControlTypeProperty | AutomationElementProperty | OrientationTypeProperty | RectProperty | Int32Property | Int32ArrayProperty | StringProperty | BooleanProperty; export declare const OrientationType: Readonly<{ readonly NONE: "none"; readonly HORIZONTAL: "horizontal"; readonly VERTICAL: "vertical"; }>; export type OrientationType = Enum; export declare const AutomationHeadingLevel: Readonly<{ readonly NONE: "none"; readonly LEVEL1: "level1"; readonly LEVEL2: "level2"; readonly LEVEL3: "level3"; readonly LEVEL4: "level4"; readonly LEVEL5: "level5"; readonly LEVEL6: "level6"; readonly LEVEL7: "level7"; readonly LEVEL8: "level8"; readonly LEVEL9: "level9"; }>; export type AutomationHeadingLevel = Enum; export declare const ControlType: Readonly<{ readonly BUTTON: "button"; readonly CALENDAR: "calendar"; readonly CHECK_BOX: "checkbox"; readonly COMBO_BOX: "combobox"; readonly EDIT: "edit"; readonly HYPERLINK: "hyperlink"; readonly IMAGE: "image"; readonly LIST_ITEM: "listitem"; readonly LIST: "list"; readonly MENU: "menu"; readonly MENU_BAR: "menubar"; readonly MENU_ITEM: "menuitem"; readonly PROGRESS_BAR: "progressbar"; readonly RADIO_BUTTON: "radiobutton"; readonly SCROLL_BAR: "scrollbar"; readonly SLIDER: "slider"; readonly SPINNER: "spinner"; readonly STATUS_BAR: "statusbar"; readonly TAB: "tab"; readonly TAB_ITEM: "tabitem"; readonly TEXT: "text"; readonly TOOL_BAR: "toolbar"; readonly TOOL_TIP: "tooltip"; readonly TREE: "tree"; readonly TREE_ITEM: "treeitem"; readonly CUSTOM: "custom"; readonly GROUP: "group"; readonly THUMB: "thumb"; readonly DATA_GRID: "datagrid"; readonly DATA_ITEM: "dataitem"; readonly DOCUMENT: "document"; readonly SPLIT_BUTTON: "splitbutton"; readonly WINDOW: "window"; readonly PANE: "pane"; readonly HEADER: "header"; readonly HEADER_ITEM: "headeritem"; readonly TABLE: "table"; readonly TITLE_BAR: "titlebar"; readonly SEPARATOR: "separator"; }>; export type ControlType = Enum; export declare const ExtraControlType: Readonly<{ readonly SEMANTIC_ZOOM: "semanticzoom"; readonly APP_BAR: "appbar"; }>; export type ExtraControlType = Enum; //# sourceMappingURL=types.d.ts.map