import { Instance, PropSetterParameters } from '../../type'; export declare class Anchor extends eui.Label { } declare const aTag: { __Class: typeof eui.Label; href: () => undefined; onClick: ({ newValue, instance }: PropSetterParameters>) => () => void; style: import("../../type").PropSetter>; onUiResize: import("../../type").EventSet<(event: eui.UIEvent) => any, Instance, (event: eui.UIEvent) => any>; onUiResizeOnce: import("../../type").EventSet<(event: eui.UIEvent) => any, Instance, (event: eui.UIEvent) => any>; onUiMove: import("../../type").EventSet<(event: eui.UIEvent) => any, Instance, (event: eui.UIEvent) => any>; onUiMoveOnce: import("../../type").EventSet<(event: eui.UIEvent) => any, Instance, (event: eui.UIEvent) => any>; onUiCreationComplete: import("../../type").EventSet<(event: eui.UIEvent) => any, Instance, (event: eui.UIEvent) => any>; onUiCreationCompleteOnce: import("../../type").EventSet<(event: eui.UIEvent) => any, Instance, (event: eui.UIEvent) => any>; bottom: import("../../type").PropSetter>; left: import("../../type").PropSetter>; right: import("../../type").PropSetter>; top: import("../../type").PropSetter>; explicitHeight: import("../../type").PropSetter>; explicitWidth: import("../../type").PropSetter>; horizontalCenter: import("../../type").PropSetter>; verticalCenter: import("../../type").PropSetter>; includeInLayout: import("../../type").PropSetter>; maxHeight: import("../../type").PropSetter>; maxWidth: import("../../type").PropSetter>; minHeight: import("../../type").PropSetter>; minWidth: import("../../type").PropSetter>; percentHeight: import("../../type").PropSetter>; percentWidth: import("../../type").PropSetter>; onFocusIn: import("../../type").EventSet<(event: egret.FocusEvent) => any, Instance, (event: egret.FocusEvent) => any>; onFocusInOnce: import("../../type").EventSet<(event: egret.FocusEvent) => any, Instance, (event: egret.FocusEvent) => any>; onFocusOut: import("../../type").EventSet<(event: egret.FocusEvent) => any, Instance, (event: egret.FocusEvent) => any>; onFocusOutOnce: import("../../type").EventSet<(event: egret.FocusEvent) => any, Instance, (event: egret.FocusEvent) => any>; __detach: (container: import("./TextNode").TextContainer) => void; background: import("../../type").PropSetter>; bold: import("../../type").PropSetter>; border: import("../../type").PropSetter>; italic: import("../../type").PropSetter>; displayAsPassword: import("../../type").PropSetter>; multiline: import("../../type").PropSetter>; wordWrap: import("../../type").PropSetter>; backgroundColor: import("../../type").PropSetter>; borderColor: import("../../type").PropSetter>; lineSpacing: import("../../type").PropSetter>; maxChars: import("../../type").PropSetter>; scrollV: import("../../type").PropSetter>; maxScrollV: import("../../type").PropSetter>; numLines: import("../../type").PropSetter>; size: import("../../type").PropSetter>; stroke: import("../../type").PropSetter>; strokeColor: import("../../type").PropSetter>; textColor: import("../../type").PropSetter>; textHeight: import("../../type").PropSetter>; textWidth: import("../../type").PropSetter>; fontFamily: import("../../type").PropSetter>; inputType: import("../../type").PropSetter>; restrict: import("../../type").PropSetter>; text: import("../../type").PropSetter>; textAlign: import("../../type").PropSetter>; verticalAlign: import("../../type").PropSetter>; type: import("../../type").PropSetter>; textFlow: ({ newValue, target, targetKey }: { [key: string]: any; newValue: egret.ITextElement[]; oldValue: "__PROP_MOUNT" | egret.ITextElement[]; instance: Instance; target: import("../../type").ExtensionObj; targetKey: string; keys: string[]; }) => undefined; width: ({ newValue, instance }: { [key: string]: any; newValue: string | number; oldValue: string | number; instance: eui.UIComponent; target: import("../../type").ExtensionObj; targetKey: string; keys: string[]; }) => () => false | null; height: ({ newValue, instance }: { [key: string]: any; newValue: string | number; oldValue: string | number; instance: eui.UIComponent; target: import("../../type").ExtensionObj; targetKey: string; keys: string[]; }) => () => false | null; x: import("../../type").PropSetter>; y: import("../../type").PropSetter>; zIndex: import("../../type").PropSetter>; scaleX: import("../../type").PropSetter>; scaleY: import("../../type").PropSetter>; skewX: import("../../type").PropSetter>; skewY: import("../../type").PropSetter>; anchorOffsetX: import("../../type").PropSetter>; anchorOffsetY: import("../../type").PropSetter>; rotation: import("../../type").PropSetter>; alpha: import("../../type").PropSetter>; tint: import("../../type").PropSetter>; visible: import("../../type").PropSetter>; touchEnabled: import("../../type").PropSetter>; sortableChildren: import("../../type").PropSetter>; cacheAsBitmap: import("../../type").PropSetter>; blendMode: import("../../type").PropSetter>; name: import("../../type").PropSetter>; matrix: ({ newValue, target, targetKey }: { [key: string]: any; newValue: void | egret.Matrix; oldValue: void | "__PROP_MOUNT" | egret.Matrix; instance: Instance; target: import("../../type").ExtensionObj; targetKey: string; keys: string[]; }) => undefined; filters: ({ newValue, target, targetKey }: { [key: string]: any; newValue: (egret.CustomFilter | egret.Filter)[]; oldValue: "__PROP_MOUNT" | (egret.CustomFilter | egret.Filter)[]; instance: Instance; target: import("../../type").ExtensionObj; targetKey: string; keys: string[]; }) => undefined; onTouchMove: import("../../type").EventSet<(event: egret.TouchEvent) => any, Instance, (event: egret.TouchEvent) => any>; onTouchBegin: import("../../type").EventSet<(event: egret.TouchEvent) => any, Instance, (event: egret.TouchEvent) => any>; onTouchEnd: import("../../type").EventSet<(event: egret.TouchEvent) => any, Instance, (event: egret.TouchEvent) => any>; onTouchTap: import("../../type").EventSet<(event: egret.TouchEvent) => any, Instance, (event: egret.TouchEvent) => any>; onTouchReleaseOutside: import("../../type").EventSet<(event: egret.TouchEvent) => any, Instance, (event: egret.TouchEvent) => any>; onTouchMoveCapture: import("../../type").EventSet<(event: egret.TouchEvent) => any, Instance, (event: egret.TouchEvent) => any>; onTouchBeginCapture: import("../../type").EventSet<(event: egret.TouchEvent) => any, Instance, (event: egret.TouchEvent) => any>; onTouchEndCapture: import("../../type").EventSet<(event: egret.TouchEvent) => any, Instance, (event: egret.TouchEvent) => any>; onTouchTapCapture: import("../../type").EventSet<(event: egret.TouchEvent) => any, Instance, (event: egret.TouchEvent) => any>; onTouchReleaseOutsideCapture: import("../../type").EventSet<(event: egret.TouchEvent) => any, Instance, (event: egret.TouchEvent) => any>; onTouchMoveOnce: import("../../type").EventSet<(event: egret.TouchEvent) => any, Instance, (event: egret.TouchEvent) => any>; onTouchBeginOnce: import("../../type").EventSet<(event: egret.TouchEvent) => any, Instance, (event: egret.TouchEvent) => any>; onTouchEndOnce: import("../../type").EventSet<(event: egret.TouchEvent) => any, Instance, (event: egret.TouchEvent) => any>; onTouchTapOnce: import("../../type").EventSet<(event: egret.TouchEvent) => any, Instance, (event: egret.TouchEvent) => any>; onTouchReleaseOutsideOnce: import("../../type").EventSet<(event: egret.TouchEvent) => any, Instance, (event: egret.TouchEvent) => any>; onTouchMoveOnceCapture: import("../../type").EventSet<(event: egret.TouchEvent) => any, Instance, (event: egret.TouchEvent) => any>; onTouchBeginOnceCapture: import("../../type").EventSet<(event: egret.TouchEvent) => any, Instance, (event: egret.TouchEvent) => any>; onTouchEndOnceCapture: import("../../type").EventSet<(event: egret.TouchEvent) => any, Instance, (event: egret.TouchEvent) => any>; onTouchTapOnceCapture: import("../../type").EventSet<(event: egret.TouchEvent) => any, Instance, (event: egret.TouchEvent) => any>; onTouchReleaseOutsideOnceCapture: import("../../type").EventSet<(event: egret.TouchEvent) => any, Instance, (event: egret.TouchEvent) => any>; onChange: import("../../type").EventSet<(event: egret.Event) => any, Instance, (event: egret.Event) => any>; onChanging: import("../../type").EventSet<(event: egret.Event) => any, Instance, (event: egret.Event) => any>; onComplete: import("../../type").EventSet<(event: egret.Event) => any, Instance, (event: egret.Event) => any>; onAdded: import("../../type").EventSet<(event: egret.Event) => any, Instance, (event: egret.Event) => any>; onAddedToStage: import("../../type").EventSet<(event: egret.Event) => any, Instance, (event: egret.Event) => any>; onRemoved: import("../../type").EventSet<(event: egret.Event) => any, Instance, (event: egret.Event) => any>; onRemovedFromStage: import("../../type").EventSet<(event: egret.Event) => any, Instance, (event: egret.Event) => any>; onEnterFrame: import("../../type").EventSet<(event: egret.Event) => any, Instance, (event: egret.Event) => any>; onRender: import("../../type").EventSet<(event: egret.Event) => any, Instance, (event: egret.Event) => any>; onAddedOnce: import("../../type").EventSet<(event: egret.Event) => any, Instance, (event: egret.Event) => any>; onAddedToStageOnce: import("../../type").EventSet<(event: egret.Event) => any, Instance, (event: egret.Event) => any>; onRemovedOnce: import("../../type").EventSet<(event: egret.Event) => any, Instance, (event: egret.Event) => any>; onRemovedFromStageOnce: import("../../type").EventSet<(event: egret.Event) => any, Instance, (event: egret.Event) => any>; onEnterFrameOnce: import("../../type").EventSet<(event: egret.Event) => any, Instance, (event: egret.Event) => any>; onRenderOnce: import("../../type").EventSet<(event: egret.Event) => any, Instance, (event: egret.Event) => any>; "mask-__Class": typeof egret.Rectangle; mask: import("../../type").PropSetter>; __diff_mask: import("../../type").DiffHandler; "mask-height": import("../../type").PropSetter>; "mask-width": import("../../type").PropSetter>; "mask-left": import("../../type").PropSetter>; "mask-right": import("../../type").PropSetter>; "mask-top": import("../../type").PropSetter>; "mask-bottom": import("../../type").PropSetter>; "mask-x": import("../../type").PropSetter>; "mask-y": import("../../type").PropSetter>; "mask-bottomRight-__Class": typeof egret.Point; "mask-bottomRight": import("../../type").PropSetter>; "__diff_mask-bottomRight": import("../../type").DiffHandler; "mask-bottomRight-x": import("../../type").PropSetter>; "mask-bottomRight-y": import("../../type").PropSetter>; "mask-topLeft-__Class": typeof egret.Point; "mask-topLeft": import("../../type").PropSetter>; "__diff_mask-topLeft": import("../../type").DiffHandler; "mask-topLeft-x": import("../../type").PropSetter>; "mask-topLeft-y": import("../../type").PropSetter>; "scrollRect-__Class": typeof egret.Rectangle; scrollRect: import("../../type").PropSetter>; __diff_scrollRect: import("../../type").DiffHandler; "scrollRect-height": import("../../type").PropSetter>; "scrollRect-width": import("../../type").PropSetter>; "scrollRect-left": import("../../type").PropSetter>; "scrollRect-right": import("../../type").PropSetter>; "scrollRect-top": import("../../type").PropSetter>; "scrollRect-bottom": import("../../type").PropSetter>; "scrollRect-x": import("../../type").PropSetter>; "scrollRect-y": import("../../type").PropSetter>; "scrollRect-bottomRight-__Class": typeof egret.Point; "scrollRect-bottomRight": import("../../type").PropSetter>; "__diff_scrollRect-bottomRight": import("../../type").DiffHandler; "scrollRect-bottomRight-x": import("../../type").PropSetter>; "scrollRect-bottomRight-y": import("../../type").PropSetter>; "scrollRect-topLeft-__Class": typeof egret.Point; "scrollRect-topLeft": import("../../type").PropSetter>; "__diff_scrollRect-topLeft": import("../../type").DiffHandler; "scrollRect-topLeft-x": import("../../type").PropSetter>; "scrollRect-topLeft-y": import("../../type").PropSetter>; }; export default aTag;