/** @typedef {typeof __propDef.props} SvanticProps */ /** @typedef {typeof __propDef.events} SvanticEvents */ /** @typedef {typeof __propDef.slots} SvanticSlots */ export default class Svantic extends SvelteComponentTyped<{ jquery?: Promise<{ default: JQueryStatic; ajaxSettings: JQuery.AjaxSettings; Animation: JQuery.AnimationStatic; Callbacks: JQuery.CallbacksStatic; cssHooks: JQuery.CSSHooks; cssNumber: JQuery.PlainObject; Deferred: JQuery.DeferredStatic; easing: JQuery.Easings; Event: JQuery.EventStatic; event: JQuery.EventExtensions; expr: JQuery.Selectors; fn: JQuery; fx: JQuery.Effects; ready: JQuery.Thenable; support: JQuery.PlainObject; timers: JQuery.TickFunction[]; Tween: JQuery.TweenStatic; valHooks: JQuery.ValHooks; ajax(url: string, settings?: JQuery.AjaxSettings): JQuery.jqXHR; ajax(settings?: JQuery.AjaxSettings): JQuery.jqXHR; ajaxPrefilter(dataTypes: string, handler: (options: JQuery.AjaxSettings, originalOptions: JQuery.AjaxSettings, jqXHR: JQuery.jqXHR) => string | void): void; ajaxPrefilter(handler: (options: JQuery.AjaxSettings, originalOptions: JQuery.AjaxSettings, jqXHR: JQuery.jqXHR) => string | void): void; ajaxSetup(options: JQuery.AjaxSettings): JQuery.AjaxSettings; ajaxTransport(dataType: string, handler: (options: JQuery.AjaxSettings, originalOptions: JQuery.AjaxSettings, jqXHR: JQuery.jqXHR) => void | JQuery.Transport): void; camelCase(value: string): string; cleanData(elems: ArrayLike>): void; contains(container: Element, contained: Element): boolean; css(elem: Element, name: string): any; data(element: Element | Window | Document | JQuery.PlainObject, key: string, value: T): T; data(element: Element | Window | Document | JQuery.PlainObject, key: string, value: undefined): any; data(element: Element | Window | Document | JQuery.PlainObject, key?: string): any; dequeue(element: Element, queueName?: string): void; each(array: ArrayLike, callback: (this: T_1, indexInArray: number, value: T_1) => any): ArrayLike; each(obj: T_2, callback: (this: T_2[K], propertyName: K, valueOfProperty: T_2[K]) => any): T_2; error(message: string): any; escapeSelector(selector: string): string; extend(deep: true, target: T_3, object1: U, object2: V, object3: W, object4: X, object5: Y, object6: Z): T_3 & U & V & W & X & Y & Z; extend(deep: true, target: T_4, object1: U_1, object2: V_1, object3: W_1, object4: X_1, object5: Y_1): T_4 & U_1 & V_1 & W_1 & X_1 & Y_1; extend(deep: true, target: T_5, object1: U_2, object2: V_2, object3: W_2, object4: X_2): T_5 & U_2 & V_2 & W_2 & X_2; extend(deep: true, target: T_6, object1: U_3, object2: V_3, object3: W_3): T_6 & U_3 & V_3 & W_3; extend(deep: true, target: T_7, object1: U_4, object2: V_4): T_7 & U_4 & V_4; extend(deep: true, target: T_8, object1: U_5): T_8 & U_5; extend(deep: true, target: T_9): JQueryStatic & T_9; extend(deep: true, target: any, object1: any, ...objectN: any[]): any; extend(target: T_10, object1: U_6, object2: V_5, object3: W_4, object4: X_3, object5: Y_2, object6: Z_1): T_10 & U_6 & V_5 & W_4 & X_3 & Y_2 & Z_1; extend(target: T_11, object1: U_7, object2: V_6, object3: W_5, object4: X_4, object5: Y_3): T_11 & U_7 & V_6 & W_5 & X_4 & Y_3; extend(target: T_12, object1: U_8, object2: V_7, object3: W_6, object4: X_5): T_12 & U_8 & V_7 & W_6 & X_5; extend(target: T_13, object1: U_9, object2: V_8, object3: W_7): T_13 & U_9 & V_8 & W_7; extend(target: T_14, object1: U_10, object2: V_9): T_14 & U_10 & V_9; extend(target: T_15, object1: U_11): T_15 & U_11; extend(target: T_16): JQueryStatic & T_16; extend(target: any, object1: any, ...objectN: any[]): any; get(url: string, data: string | JQuery.PlainObject, success: JQuery.jqXHR.DoneCallback>, dataType?: string): JQuery.jqXHR; get(url: string, success: JQuery.jqXHR.DoneCallback>, dataType: string): JQuery.jqXHR; get(url: string, success_data: string | JQuery.PlainObject | JQuery.jqXHR.DoneCallback>): JQuery.jqXHR; get(url_settings?: string | JQuery.UrlAjaxSettings): JQuery.jqXHR; getJSON(url: string, data: string | JQuery.PlainObject, success: JQuery.jqXHR.DoneCallback>): JQuery.jqXHR; getJSON(url: string, success_data?: string | JQuery.PlainObject | JQuery.jqXHR.DoneCallback>): JQuery.jqXHR; getScript(url: string, success?: JQuery.jqXHR.DoneCallback>): JQuery.jqXHR; getScript(options: JQuery.UrlAjaxSettings): JQuery.jqXHR; globalEval(code: string): void; grep(array: ArrayLike, funсtion: (elementOfArray: T_17, indexInArray: number) => boolean, invert?: boolean): T_17[]; hasData(element: Element | Window | Document | JQuery.PlainObject): boolean; holdReady(hold: boolean): void; htmlPrefilter(html: string): string; inArray(value: T_18, array: T_18[], fromIndex?: number): number; isArray(obj: any): obj is any[]; isEmptyObject(obj: any): boolean; isFunction(obj: any): obj is Function; isNumeric(value: any): boolean; isPlainObject(obj: any): boolean; isWindow(obj: any): obj is Window; isXMLDoc(node: Node): boolean; makeArray(obj: ArrayLike): T_19[]; map(array: T_20[], callback: (this: Window, elementOfArray: T_20, indexInArray: number) => JQuery.TypeOrArray): TReturn[]; map(obj: T_21, callback: (this: Window, propertyOfObject: T_21[K_1], key: K_1) => JQuery.TypeOrArray): TReturn_1[]; merge(first: ArrayLike, second: ArrayLike): (T_22 | U_12)[]; noConflict(removeAll?: boolean): JQueryStatic; nodeName(elem: Node, name: string): boolean; noop(): undefined; now(): number; param(obj: any[] | JQuery | JQuery.PlainObject, traditional?: boolean): string; parseHTML(data: string, context: Document, keepScripts: boolean): JQuery.Node[]; parseHTML(data: string, context_keepScripts?: boolean | Document): JQuery.Node[]; parseJSON(json: string): any; parseXML(data: string): XMLDocument; post(url: string, data: string | JQuery.PlainObject, success: JQuery.jqXHR.DoneCallback>, dataType?: string): JQuery.jqXHR; post(url: string, success: JQuery.jqXHR.DoneCallback>, dataType: string): JQuery.jqXHR; post(url: string, success_data: string | JQuery.PlainObject | JQuery.jqXHR.DoneCallback>): JQuery.jqXHR; post(url_settings?: string | JQuery.UrlAjaxSettings): JQuery.jqXHR; proxy(funсtion: (a: A, b: B, c: C, d: D, e: E, f: F, g: G) => TReturn_2, context: null, a: A, b: B, c: C, d: D, e: E, f: F, g: G): () => TReturn_2; proxy(funсtion: (a: A_1, b: B_1, c: C_1, d: D_1, e: E_1, f: F_1) => TReturn_3, context: null, a: A_1, b: B_1, c: C_1, d: D_1, e: E_1, f: F_1): () => TReturn_3; proxy(funсtion: (a: A_2, b: B_2, c: C_2, d: D_2, e: E_2) => TReturn_4, context: null, a: A_2, b: B_2, c: C_2, d: D_2, e: E_2): () => TReturn_4; proxy(funсtion: (a: A_3, b: B_3, c: C_3, d: D_3) => TReturn_5, context: null, a: A_3, b: B_3, c: C_3, d: D_3): () => TReturn_5; proxy(funсtion: (a: A_4, b: B_4, c: C_4) => TReturn_6, context: null, a: A_4, b: B_4, c: C_4): () => TReturn_6; proxy(funсtion: (a: A_5, b: B_5) => TReturn_7, context: null, a: A_5, b: B_5): () => TReturn_7; proxy(funсtion: (a: A_6) => TReturn_8, context: null, a: A_6): () => TReturn_8; proxy(funсtion: () => TReturn_9, context: null): () => TReturn_9; proxy(funсtion: (a: A_7, b: B_6, c: C_5, d: D_4, e: E_3, f: F_2, g: G_1, t: T_23) => TReturn_10, context: null, a: A_7, b: B_6, c: C_5, d: D_4, e: E_3, f: F_2, g: G_1): (t: T_23) => TReturn_10; proxy(funсtion: (a: A_8, b: B_7, c: C_6, d: D_5, e: E_4, f: F_3, t: T_24) => TReturn_11, context: null, a: A_8, b: B_7, c: C_6, d: D_5, e: E_4, f: F_3): (t: T_24) => TReturn_11; proxy(funсtion: (a: A_9, b: B_8, c: C_7, d: D_6, e: E_5, t: T_25) => TReturn_12, context: null, a: A_9, b: B_8, c: C_7, d: D_6, e: E_5): (t: T_25) => TReturn_12; proxy(funсtion: (a: A_10, b: B_9, c: C_8, d: D_7, t: T_26) => TReturn_13, context: null, a: A_10, b: B_9, c: C_8, d: D_7): (t: T_26) => TReturn_13; proxy(funсtion: (a: A_11, b: B_10, c: C_9, t: T_27) => TReturn_14, context: null, a: A_11, b: B_10, c: C_9): (t: T_27) => TReturn_14; proxy(funсtion: (a: A_12, b: B_11, t: T_28) => TReturn_15, context: null, a: A_12, b: B_11): (t: T_28) => TReturn_15; proxy(funсtion: (a: A_13, t: T_29) => TReturn_16, context: null, a: A_13): (t: T_29) => TReturn_16; proxy(funсtion: (t: T_30) => TReturn_17, context: null): (t: T_30) => TReturn_17; proxy(funсtion: (a: A_14, b: B_12, c: C_10, d: D_8, e: E_6, f: F_4, g: G_2, t: T_31, u: U_13) => TReturn_18, context: null, a: A_14, b: B_12, c: C_10, d: D_8, e: E_6, f: F_4, g: G_2): (t: T_31, u: U_13) => TReturn_18; proxy(funсtion: (a: A_15, b: B_13, c: C_11, d: D_9, e: E_7, f: F_5, t: T_32, u: U_14) => TReturn_19, context: null, a: A_15, b: B_13, c: C_11, d: D_9, e: E_7, f: F_5): (t: T_32, u: U_14) => TReturn_19; proxy(funсtion: (a: A_16, b: B_14, c: C_12, d: D_10, e: E_8, t: T_33, u: U_15) => TReturn_20, context: null, a: A_16, b: B_14, c: C_12, d: D_10, e: E_8): (t: T_33, u: U_15) => TReturn_20; proxy(funсtion: (a: A_17, b: B_15, c: C_13, d: D_11, t: T_34, u: U_16) => TReturn_21, context: null, a: A_17, b: B_15, c: C_13, d: D_11): (t: T_34, u: U_16) => TReturn_21; proxy(funсtion: (a: A_18, b: B_16, c: C_14, t: T_35, u: U_17) => TReturn_22, context: null, a: A_18, b: B_16, c: C_14): (t: T_35, u: U_17) => TReturn_22; proxy(funсtion: (a: A_19, b: B_17, t: T_36, u: U_18) => TReturn_23, context: null, a: A_19, b: B_17): (t: T_36, u: U_18) => TReturn_23; proxy(funсtion: (a: A_20, t: T_37, u: U_19) => TReturn_24, context: null, a: A_20): (t: T_37, u: U_19) => TReturn_24; proxy(funсtion: (t: T_38, u: U_20) => TReturn_25, context: null): (t: T_38, u: U_20) => TReturn_25; proxy(funсtion: (a: A_21, b: B_18, c: C_15, d: D_12, e: E_9, f: F_6, g: G_3, t: T_39, u: U_21, v: V_10) => TReturn_26, context: null, a: A_21, b: B_18, c: C_15, d: D_12, e: E_9, f: F_6, g: G_3): (t: T_39, u: U_21, v: V_10) => TReturn_26; proxy(funсtion: (a: A_22, b: B_19, c: C_16, d: D_13, e: E_10, f: F_7, t: T_40, u: U_22, v: V_11) => TReturn_27, context: null, a: A_22, b: B_19, c: C_16, d: D_13, e: E_10, f: F_7): (t: T_40, u: U_22, v: V_11) => TReturn_27; proxy(funсtion: (a: A_23, b: B_20, c: C_17, d: D_14, e: E_11, t: T_41, u: U_23, v: V_12) => TReturn_28, context: null, a: A_23, b: B_20, c: C_17, d: D_14, e: E_11): (t: T_41, u: U_23, v: V_12) => TReturn_28; proxy(funсtion: (a: A_24, b: B_21, c: C_18, d: D_15, t: T_42, u: U_24, v: V_13) => TReturn_29, context: null, a: A_24, b: B_21, c: C_18, d: D_15): (t: T_42, u: U_24, v: V_13) => TReturn_29; proxy(funсtion: (a: A_25, b: B_22, c: C_19, t: T_43, u: U_25, v: V_14) => TReturn_30, context: null, a: A_25, b: B_22, c: C_19): (t: T_43, u: U_25, v: V_14) => TReturn_30; proxy(funсtion: (a: A_26, b: B_23, t: T_44, u: U_26, v: V_15) => TReturn_31, context: null, a: A_26, b: B_23): (t: T_44, u: U_26, v: V_15) => TReturn_31; proxy(funсtion: (a: A_27, t: T_45, u: U_27, v: V_16) => TReturn_32, context: null, a: A_27): (t: T_45, u: U_27, v: V_16) => TReturn_32; proxy(funсtion: (t: T_46, u: U_28, v: V_17) => TReturn_33, context: null): (t: T_46, u: U_28, v: V_17) => TReturn_33; proxy(funсtion: (a: A_28, b: B_24, c: C_20, d: D_16, e: E_12, f: F_8, g: G_4, t: T_47, u: U_29, v: V_18, w: W_8) => TReturn_34, context: null, a: A_28, b: B_24, c: C_20, d: D_16, e: E_12, f: F_8, g: G_4): (t: T_47, u: U_29, v: V_18, w: W_8) => TReturn_34; proxy(funсtion: (a: A_29, b: B_25, c: C_21, d: D_17, e: E_13, f: F_9, t: T_48, u: U_30, v: V_19, w: W_9) => TReturn_35, context: null, a: A_29, b: B_25, c: C_21, d: D_17, e: E_13, f: F_9): (t: T_48, u: U_30, v: V_19, w: W_9) => TReturn_35; proxy(funсtion: (a: A_30, b: B_26, c: C_22, d: D_18, e: E_14, t: T_49, u: U_31, v: V_20, w: W_10) => TReturn_36, context: null, a: A_30, b: B_26, c: C_22, d: D_18, e: E_14): (t: T_49, u: U_31, v: V_20, w: W_10) => TReturn_36; proxy(funсtion: (a: A_31, b: B_27, c: C_23, d: D_19, t: T_50, u: U_32, v: V_21, w: W_11) => TReturn_37, context: null, a: A_31, b: B_27, c: C_23, d: D_19): (t: T_50, u: U_32, v: V_21, w: W_11) => TReturn_37; proxy(funсtion: (a: A_32, b: B_28, c: C_24, t: T_51, u: U_33, v: V_22, w: W_12) => TReturn_38, context: null, a: A_32, b: B_28, c: C_24): (t: T_51, u: U_33, v: V_22, w: W_12) => TReturn_38; proxy(funсtion: (a: A_33, b: B_29, t: T_52, u: U_34, v: V_23, w: W_13) => TReturn_39, context: null, a: A_33, b: B_29): (t: T_52, u: U_34, v: V_23, w: W_13) => TReturn_39; proxy(funсtion: (a: A_34, t: T_53, u: U_35, v: V_24, w: W_14) => TReturn_40, context: null, a: A_34): (t: T_53, u: U_35, v: V_24, w: W_14) => TReturn_40; proxy(funсtion: (t: T_54, u: U_36, v: V_25, w: W_15) => TReturn_41, context: null): (t: T_54, u: U_36, v: V_25, w: W_15) => TReturn_41; proxy(funсtion: (a: A_35, b: B_30, c: C_25, d: D_20, e: E_15, f: F_10, g: G_5, t: T_55, u: U_37, v: V_26, w: W_16, x: X_6) => TReturn_42, context: null, a: A_35, b: B_30, c: C_25, d: D_20, e: E_15, f: F_10, g: G_5): (t: T_55, u: U_37, v: V_26, w: W_16, x: X_6) => TReturn_42; proxy(funсtion: (a: A_36, b: B_31, c: C_26, d: D_21, e: E_16, f: F_11, t: T_56, u: U_38, v: V_27, w: W_17, x: X_7) => TReturn_43, context: null, a: A_36, b: B_31, c: C_26, d: D_21, e: E_16, f: F_11): (t: T_56, u: U_38, v: V_27, w: W_17, x: X_7) => TReturn_43; proxy(funсtion: (a: A_37, b: B_32, c: C_27, d: D_22, e: E_17, t: T_57, u: U_39, v: V_28, w: W_18, x: X_8) => TReturn_44, context: null, a: A_37, b: B_32, c: C_27, d: D_22, e: E_17): (t: T_57, u: U_39, v: V_28, w: W_18, x: X_8) => TReturn_44; proxy(funсtion: (a: A_38, b: B_33, c: C_28, d: D_23, t: T_58, u: U_40, v: V_29, w: W_19, x: X_9) => TReturn_45, context: null, a: A_38, b: B_33, c: C_28, d: D_23): (t: T_58, u: U_40, v: V_29, w: W_19, x: X_9) => TReturn_45; proxy(funсtion: (a: A_39, b: B_34, c: C_29, t: T_59, u: U_41, v: V_30, w: W_20, x: X_10) => TReturn_46, context: null, a: A_39, b: B_34, c: C_29): (t: T_59, u: U_41, v: V_30, w: W_20, x: X_10) => TReturn_46; proxy(funсtion: (a: A_40, b: B_35, t: T_60, u: U_42, v: V_31, w: W_21, x: X_11) => TReturn_47, context: null, a: A_40, b: B_35): (t: T_60, u: U_42, v: V_31, w: W_21, x: X_11) => TReturn_47; proxy(funсtion: (a: A_41, t: T_61, u: U_43, v: V_32, w: W_22, x: X_12) => TReturn_48, context: null, a: A_41): (t: T_61, u: U_43, v: V_32, w: W_22, x: X_12) => TReturn_48; proxy(funсtion: (t: T_62, u: U_44, v: V_33, w: W_23, x: X_13) => TReturn_49, context: null): (t: T_62, u: U_44, v: V_33, w: W_23, x: X_13) => TReturn_49; proxy(funсtion: (a: A_42, b: B_36, c: C_30, d: D_24, e: E_18, f: F_12, g: G_6, t: T_63, u: U_45, v: V_34, w: W_24, x: X_14, y: Y_4) => TReturn_50, context: null, a: A_42, b: B_36, c: C_30, d: D_24, e: E_18, f: F_12, g: G_6): (t: T_63, u: U_45, v: V_34, w: W_24, x: X_14, y: Y_4) => TReturn_50; proxy(funсtion: (a: A_43, b: B_37, c: C_31, d: D_25, e: E_19, f: F_13, t: T_64, u: U_46, v: V_35, w: W_25, x: X_15, y: Y_5) => TReturn_51, context: null, a: A_43, b: B_37, c: C_31, d: D_25, e: E_19, f: F_13): (t: T_64, u: U_46, v: V_35, w: W_25, x: X_15, y: Y_5) => TReturn_51; proxy(funсtion: (a: A_44, b: B_38, c: C_32, d: D_26, e: E_20, t: T_65, u: U_47, v: V_36, w: W_26, x: X_16, y: Y_6) => TReturn_52, context: null, a: A_44, b: B_38, c: C_32, d: D_26, e: E_20): (t: T_65, u: U_47, v: V_36, w: W_26, x: X_16, y: Y_6) => TReturn_52; proxy(funсtion: (a: A_45, b: B_39, c: C_33, d: D_27, t: T_66, u: U_48, v: V_37, w: W_27, x: X_17, y: Y_7) => TReturn_53, context: null, a: A_45, b: B_39, c: C_33, d: D_27): (t: T_66, u: U_48, v: V_37, w: W_27, x: X_17, y: Y_7) => TReturn_53; proxy(funсtion: (a: A_46, b: B_40, c: C_34, t: T_67, u: U_49, v: V_38, w: W_28, x: X_18, y: Y_8) => TReturn_54, context: null, a: A_46, b: B_40, c: C_34): (t: T_67, u: U_49, v: V_38, w: W_28, x: X_18, y: Y_8) => TReturn_54; proxy(funсtion: (a: A_47, b: B_41, t: T_68, u: U_50, v: V_39, w: W_29, x: X_19, y: Y_9) => TReturn_55, context: null, a: A_47, b: B_41): (t: T_68, u: U_50, v: V_39, w: W_29, x: X_19, y: Y_9) => TReturn_55; proxy(funсtion: (a: A_48, t: T_69, u: U_51, v: V_40, w: W_30, x: X_20, y: Y_10) => TReturn_56, context: null, a: A_48): (t: T_69, u: U_51, v: V_40, w: W_30, x: X_20, y: Y_10) => TReturn_56; proxy(funсtion: (t: T_70, u: U_52, v: V_41, w: W_31, x: X_21, y: Y_11) => TReturn_57, context: null): (t: T_70, u: U_52, v: V_41, w: W_31, x: X_21, y: Y_11) => TReturn_57; proxy(funсtion: (a: A_49, b: B_42, c: C_35, d: D_28, e: E_21, f: F_14, g: G_7, t: T_71, u: U_53, v: V_42, w: W_32, x: X_22, y: Y_12, z: Z_2, ...args: any[]) => TReturn_58, context: null, a: A_49, b: B_42, c: C_35, d: D_28, e: E_21, f: F_14, g: G_7): (t: T_71, u: U_53, v: V_42, w: W_32, x: X_22, y: Y_12, z: Z_2, ...args: any[]) => TReturn_58; proxy(funсtion: (a: A_50, b: B_43, c: C_36, d: D_29, e: E_22, f: F_15, t: T_72, u: U_54, v: V_43, w: W_33, x: X_23, y: Y_13, z: Z_3, ...args: any[]) => TReturn_59, context: null, a: A_50, b: B_43, c: C_36, d: D_29, e: E_22, f: F_15): (t: T_72, u: U_54, v: V_43, w: W_33, x: X_23, y: Y_13, z: Z_3, ...args: any[]) => TReturn_59; proxy(funсtion: (a: A_51, b: B_44, c: C_37, d: D_30, e: E_23, t: T_73, u: U_55, v: V_44, w: W_34, x: X_24, y: Y_14, z: Z_4, ...args: any[]) => TReturn_60, context: null, a: A_51, b: B_44, c: C_37, d: D_30, e: E_23): (t: T_73, u: U_55, v: V_44, w: W_34, x: X_24, y: Y_14, z: Z_4, ...args: any[]) => TReturn_60; proxy(funсtion: (a: A_52, b: B_45, c: C_38, d: D_31, t: T_74, u: U_56, v: V_45, w: W_35, x: X_25, y: Y_15, z: Z_5, ...args: any[]) => TReturn_61, context: null, a: A_52, b: B_45, c: C_38, d: D_31): (t: T_74, u: U_56, v: V_45, w: W_35, x: X_25, y: Y_15, z: Z_5, ...args: any[]) => TReturn_61; proxy(funсtion: (a: A_53, b: B_46, c: C_39, t: T_75, u: U_57, v: V_46, w: W_36, x: X_26, y: Y_16, z: Z_6, ...args: any[]) => TReturn_62, context: null, a: A_53, b: B_46, c: C_39): (t: T_75, u: U_57, v: V_46, w: W_36, x: X_26, y: Y_16, z: Z_6, ...args: any[]) => TReturn_62; proxy(funсtion: (a: A_54, b: B_47, t: T_76, u: U_58, v: V_47, w: W_37, x: X_27, y: Y_17, z: Z_7, ...args: any[]) => TReturn_63, context: null, a: A_54, b: B_47): (t: T_76, u: U_58, v: V_47, w: W_37, x: X_27, y: Y_17, z: Z_7, ...args: any[]) => TReturn_63; proxy(funсtion: (a: A_55, t: T_77, u: U_59, v: V_48, w: W_38, x: X_28, y: Y_18, z: Z_8, ...args: any[]) => TReturn_64, context: null, a: A_55): (t: T_77, u: U_59, v: V_48, w: W_38, x: X_28, y: Y_18, z: Z_8, ...args: any[]) => TReturn_64; proxy(funсtion: (t: T_78, u: U_60, v: V_49, w: W_39, x: X_29, y: Y_19, z: Z_9, ...args: any[]) => TReturn_65, context: null): (t: T_78, u: U_60, v: V_49, w: W_39, x: X_29, y: Y_19, z: Z_9, ...args: any[]) => TReturn_65; proxy(funсtion: (...args: any[]) => TReturn_66, context: null, ...additionalArguments: any[]): (...args: any[]) => TReturn_66; proxy(funсtion: (this: TContext, a: A_56, b: B_48, c: C_40, d: D_32, e: E_24, f: F_16, g: G_8) => TReturn_67, context: TContext, a: A_56, b: B_48, c: C_40, d: D_32, e: E_24, f: F_16, g: G_8): () => TReturn_67; proxy(funсtion: (this: TContext_1, a: A_57, b: B_49, c: C_41, d: D_33, e: E_25, f: F_17) => TReturn_68, context: TContext_1, a: A_57, b: B_49, c: C_41, d: D_33, e: E_25, f: F_17): () => TReturn_68; proxy(funсtion: (this: TContext_2, a: A_58, b: B_50, c: C_42, d: D_34, e: E_26) => TReturn_69, context: TContext_2, a: A_58, b: B_50, c: C_42, d: D_34, e: E_26): () => TReturn_69; proxy(funсtion: (this: TContext_3, a: A_59, b: B_51, c: C_43, d: D_35) => TReturn_70, context: TContext_3, a: A_59, b: B_51, c: C_43, d: D_35): () => TReturn_70; proxy(funсtion: (this: TContext_4, a: A_60, b: B_52, c: C_44) => TReturn_71, context: TContext_4, a: A_60, b: B_52, c: C_44): () => TReturn_71; proxy(funсtion: (this: TContext_5, a: A_61, b: B_53) => TReturn_72, context: TContext_5, a: A_61, b: B_53): () => TReturn_72; proxy(funсtion: (this: TContext_6, a: A_62) => TReturn_73, context: TContext_6, a: A_62): () => TReturn_73; proxy(funсtion: (this: TContext_7) => TReturn_74, context: TContext_7): () => TReturn_74; proxy(funсtion: (this: TContext_8, a: A_63, b: B_54, c: C_45, d: D_36, e: E_27, f: F_18, g: G_9, t: T_79) => TReturn_75, context: TContext_8, a: A_63, b: B_54, c: C_45, d: D_36, e: E_27, f: F_18, g: G_9): (t: T_79) => TReturn_75; proxy(funсtion: (this: TContext_9, a: A_64, b: B_55, c: C_46, d: D_37, e: E_28, f: F_19, t: T_80) => TReturn_76, context: TContext_9, a: A_64, b: B_55, c: C_46, d: D_37, e: E_28, f: F_19): (t: T_80) => TReturn_76; proxy(funсtion: (this: TContext_10, a: A_65, b: B_56, c: C_47, d: D_38, e: E_29, t: T_81) => TReturn_77, context: TContext_10, a: A_65, b: B_56, c: C_47, d: D_38, e: E_29): (t: T_81) => TReturn_77; proxy(funсtion: (this: TContext_11, a: A_66, b: B_57, c: C_48, d: D_39, t: T_82) => TReturn_78, context: TContext_11, a: A_66, b: B_57, c: C_48, d: D_39): (t: T_82) => TReturn_78; proxy(funсtion: (this: TContext_12, a: A_67, b: B_58, c: C_49, t: T_83) => TReturn_79, context: TContext_12, a: A_67, b: B_58, c: C_49): (t: T_83) => TReturn_79; proxy(funсtion: (this: TContext_13, a: A_68, b: B_59, t: T_84) => TReturn_80, context: TContext_13, a: A_68, b: B_59): (t: T_84) => TReturn_80; proxy(funсtion: (this: TContext_14, a: A_69, t: T_85) => TReturn_81, context: TContext_14, a: A_69): (t: T_85) => TReturn_81; proxy(funсtion: (this: TContext_15, t: T_86) => TReturn_82, context: TContext_15): (t: T_86) => TReturn_82; proxy(funсtion: (this: TContext_16, a: A_70, b: B_60, c: C_50, d: D_40, e: E_30, f: F_20, g: G_10, t: T_87, u: U_61) => TReturn_83, context: TContext_16, a: A_70, b: B_60, c: C_50, d: D_40, e: E_30, f: F_20, g: G_10): (t: T_87, u: U_61) => TReturn_83; proxy(funсtion: (this: TContext_17, a: A_71, b: B_61, c: C_51, d: D_41, e: E_31, f: F_21, t: T_88, u: U_62) => TReturn_84, context: TContext_17, a: A_71, b: B_61, c: C_51, d: D_41, e: E_31, f: F_21): (t: T_88, u: U_62) => TReturn_84; proxy(funсtion: (this: TContext_18, a: A_72, b: B_62, c: C_52, d: D_42, e: E_32, t: T_89, u: U_63) => TReturn_85, context: TContext_18, a: A_72, b: B_62, c: C_52, d: D_42, e: E_32): (t: T_89, u: U_63) => TReturn_85; proxy(funсtion: (this: TContext_19, a: A_73, b: B_63, c: C_53, d: D_43, t: T_90, u: U_64) => TReturn_86, context: TContext_19, a: A_73, b: B_63, c: C_53, d: D_43): (t: T_90, u: U_64) => TReturn_86; proxy(funсtion: (this: TContext_20, a: A_74, b: B_64, c: C_54, t: T_91, u: U_65) => TReturn_87, context: TContext_20, a: A_74, b: B_64, c: C_54): (t: T_91, u: U_65) => TReturn_87; proxy(funсtion: (this: TContext_21, a: A_75, b: B_65, t: T_92, u: U_66) => TReturn_88, context: TContext_21, a: A_75, b: B_65): (t: T_92, u: U_66) => TReturn_88; proxy(funсtion: (this: TContext_22, a: A_76, t: T_93, u: U_67) => TReturn_89, context: TContext_22, a: A_76): (t: T_93, u: U_67) => TReturn_89; proxy(funсtion: (this: TContext_23, t: T_94, u: U_68) => TReturn_90, context: TContext_23): (t: T_94, u: U_68) => TReturn_90; proxy(funсtion: (this: TContext_24, a: A_77, b: B_66, c: C_55, d: D_44, e: E_33, f: F_22, g: G_11, t: T_95, u: U_69, v: V_50) => TReturn_91, context: TContext_24, a: A_77, b: B_66, c: C_55, d: D_44, e: E_33, f: F_22, g: G_11): (t: T_95, u: U_69, v: V_50) => TReturn_91; proxy(funсtion: (this: TContext_25, a: A_78, b: B_67, c: C_56, d: D_45, e: E_34, f: F_23, t: T_96, u: U_70, v: V_51) => TReturn_92, context: TContext_25, a: A_78, b: B_67, c: C_56, d: D_45, e: E_34, f: F_23): (t: T_96, u: U_70, v: V_51) => TReturn_92; proxy(funсtion: (this: TContext_26, a: A_79, b: B_68, c: C_57, d: D_46, e: E_35, t: T_97, u: U_71, v: V_52) => TReturn_93, context: TContext_26, a: A_79, b: B_68, c: C_57, d: D_46, e: E_35): (t: T_97, u: U_71, v: V_52) => TReturn_93; proxy(funсtion: (this: TContext_27, a: A_80, b: B_69, c: C_58, d: D_47, t: T_98, u: U_72, v: V_53) => TReturn_94, context: TContext_27, a: A_80, b: B_69, c: C_58, d: D_47): (t: T_98, u: U_72, v: V_53) => TReturn_94; proxy(funсtion: (this: TContext_28, a: A_81, b: B_70, c: C_59, t: T_99, u: U_73, v: V_54) => TReturn_95, context: TContext_28, a: A_81, b: B_70, c: C_59): (t: T_99, u: U_73, v: V_54) => TReturn_95; proxy(funсtion: (this: TContext_29, a: A_82, b: B_71, t: T_100, u: U_74, v: V_55) => TReturn_96, context: TContext_29, a: A_82, b: B_71): (t: T_100, u: U_74, v: V_55) => TReturn_96; proxy(funсtion: (this: TContext_30, a: A_83, t: T_101, u: U_75, v: V_56) => TReturn_97, context: TContext_30, a: A_83): (t: T_101, u: U_75, v: V_56) => TReturn_97; proxy(funсtion: (this: TContext_31, t: T_102, u: U_76, v: V_57) => TReturn_98, context: TContext_31): (t: T_102, u: U_76, v: V_57) => TReturn_98; proxy(funсtion: (this: TContext_32, a: A_84, b: B_72, c: C_60, d: D_48, e: E_36, f: F_24, g: G_12, t: T_103, u: U_77, v: V_58, w: W_40) => TReturn_99, context: TContext_32, a: A_84, b: B_72, c: C_60, d: D_48, e: E_36, f: F_24, g: G_12): (t: T_103, u: U_77, v: V_58, w: W_40) => TReturn_99; proxy(funсtion: (this: TContext_33, a: A_85, b: B_73, c: C_61, d: D_49, e: E_37, f: F_25, t: T_104, u: U_78, v: V_59, w: W_41) => TReturn_100, context: TContext_33, a: A_85, b: B_73, c: C_61, d: D_49, e: E_37, f: F_25): (t: T_104, u: U_78, v: V_59, w: W_41) => TReturn_100; proxy(funсtion: (this: TContext_34, a: A_86, b: B_74, c: C_62, d: D_50, e: E_38, t: T_105, u: U_79, v: V_60, w: W_42) => TReturn_101, context: TContext_34, a: A_86, b: B_74, c: C_62, d: D_50, e: E_38): (t: T_105, u: U_79, v: V_60, w: W_42) => TReturn_101; proxy(funсtion: (this: TContext_35, a: A_87, b: B_75, c: C_63, d: D_51, t: T_106, u: U_80, v: V_61, w: W_43) => TReturn_102, context: TContext_35, a: A_87, b: B_75, c: C_63, d: D_51): (t: T_106, u: U_80, v: V_61, w: W_43) => TReturn_102; proxy(funсtion: (this: TContext_36, a: A_88, b: B_76, c: C_64, t: T_107, u: U_81, v: V_62, w: W_44) => TReturn_103, context: TContext_36, a: A_88, b: B_76, c: C_64): (t: T_107, u: U_81, v: V_62, w: W_44) => TReturn_103; proxy(funсtion: (this: TContext_37, a: A_89, b: B_77, t: T_108, u: U_82, v: V_63, w: W_45) => TReturn_104, context: TContext_37, a: A_89, b: B_77): (t: T_108, u: U_82, v: V_63, w: W_45) => TReturn_104; proxy(funсtion: (this: TContext_38, a: A_90, t: T_109, u: U_83, v: V_64, w: W_46) => TReturn_105, context: TContext_38, a: A_90): (t: T_109, u: U_83, v: V_64, w: W_46) => TReturn_105; proxy(funсtion: (this: TContext_39, t: T_110, u: U_84, v: V_65, w: W_47) => TReturn_106, context: TContext_39): (t: T_110, u: U_84, v: V_65, w: W_47) => TReturn_106; proxy(funсtion: (this: TContext_40, a: A_91, b: B_78, c: C_65, d: D_52, e: E_39, f: F_26, g: G_13, t: T_111, u: U_85, v: V_66, w: W_48, x: X_30) => TReturn_107, context: TContext_40, a: A_91, b: B_78, c: C_65, d: D_52, e: E_39, f: F_26, g: G_13): (t: T_111, u: U_85, v: V_66, w: W_48, x: X_30) => TReturn_107; proxy(funсtion: (this: TContext_41, a: A_92, b: B_79, c: C_66, d: D_53, e: E_40, f: F_27, t: T_112, u: U_86, v: V_67, w: W_49, x: X_31) => TReturn_108, context: TContext_41, a: A_92, b: B_79, c: C_66, d: D_53, e: E_40, f: F_27): (t: T_112, u: U_86, v: V_67, w: W_49, x: X_31) => TReturn_108; proxy(funсtion: (this: TContext_42, a: A_93, b: B_80, c: C_67, d: D_54, e: E_41, t: T_113, u: U_87, v: V_68, w: W_50, x: X_32) => TReturn_109, context: TContext_42, a: A_93, b: B_80, c: C_67, d: D_54, e: E_41): (t: T_113, u: U_87, v: V_68, w: W_50, x: X_32) => TReturn_109; proxy(funсtion: (this: TContext_43, a: A_94, b: B_81, c: C_68, d: D_55, t: T_114, u: U_88, v: V_69, w: W_51, x: X_33) => TReturn_110, context: TContext_43, a: A_94, b: B_81, c: C_68, d: D_55): (t: T_114, u: U_88, v: V_69, w: W_51, x: X_33) => TReturn_110; proxy(funсtion: (this: TContext_44, a: A_95, b: B_82, c: C_69, t: T_115, u: U_89, v: V_70, w: W_52, x: X_34) => TReturn_111, context: TContext_44, a: A_95, b: B_82, c: C_69): (t: T_115, u: U_89, v: V_70, w: W_52, x: X_34) => TReturn_111; proxy(funсtion: (this: TContext_45, a: A_96, b: B_83, t: T_116, u: U_90, v: V_71, w: W_53, x: X_35) => TReturn_112, context: TContext_45, a: A_96, b: B_83): (t: T_116, u: U_90, v: V_71, w: W_53, x: X_35) => TReturn_112; proxy(funсtion: (this: TContext_46, a: A_97, t: T_117, u: U_91, v: V_72, w: W_54, x: X_36) => TReturn_113, context: TContext_46, a: A_97): (t: T_117, u: U_91, v: V_72, w: W_54, x: X_36) => TReturn_113; proxy(funсtion: (this: TContext_47, t: T_118, u: U_92, v: V_73, w: W_55, x: X_37) => TReturn_114, context: TContext_47): (t: T_118, u: U_92, v: V_73, w: W_55, x: X_37) => TReturn_114; proxy(funсtion: (this: TContext_48, a: A_98, b: B_84, c: C_70, d: D_56, e: E_42, f: F_28, g: G_14, t: T_119, u: U_93, v: V_74, w: W_56, x: X_38, y: Y_20) => TReturn_115, context: TContext_48, a: A_98, b: B_84, c: C_70, d: D_56, e: E_42, f: F_28, g: G_14): (t: T_119, u: U_93, v: V_74, w: W_56, x: X_38, y: Y_20) => TReturn_115; proxy(funсtion: (this: TContext_49, a: A_99, b: B_85, c: C_71, d: D_57, e: E_43, f: F_29, t: T_120, u: U_94, v: V_75, w: W_57, x: X_39, y: Y_21) => TReturn_116, context: TContext_49, a: A_99, b: B_85, c: C_71, d: D_57, e: E_43, f: F_29): (t: T_120, u: U_94, v: V_75, w: W_57, x: X_39, y: Y_21) => TReturn_116; proxy(funсtion: (this: TContext_50, a: A_100, b: B_86, c: C_72, d: D_58, e: E_44, t: T_121, u: U_95, v: V_76, w: W_58, x: X_40, y: Y_22) => TReturn_117, context: TContext_50, a: A_100, b: B_86, c: C_72, d: D_58, e: E_44): (t: T_121, u: U_95, v: V_76, w: W_58, x: X_40, y: Y_22) => TReturn_117; proxy(funсtion: (this: TContext_51, a: A_101, b: B_87, c: C_73, d: D_59, t: T_122, u: U_96, v: V_77, w: W_59, x: X_41, y: Y_23) => TReturn_118, context: TContext_51, a: A_101, b: B_87, c: C_73, d: D_59): (t: T_122, u: U_96, v: V_77, w: W_59, x: X_41, y: Y_23) => TReturn_118; proxy(funсtion: (this: TContext_52, a: A_102, b: B_88, c: C_74, t: T_123, u: U_97, v: V_78, w: W_60, x: X_42, y: Y_24) => TReturn_119, context: TContext_52, a: A_102, b: B_88, c: C_74): (t: T_123, u: U_97, v: V_78, w: W_60, x: X_42, y: Y_24) => TReturn_119; proxy(funсtion: (this: TContext_53, a: A_103, b: B_89, t: T_124, u: U_98, v: V_79, w: W_61, x: X_43, y: Y_25) => TReturn_120, context: TContext_53, a: A_103, b: B_89): (t: T_124, u: U_98, v: V_79, w: W_61, x: X_43, y: Y_25) => TReturn_120; proxy(funсtion: (this: TContext_54, a: A_104, t: T_125, u: U_99, v: V_80, w: W_62, x: X_44, y: Y_26) => TReturn_121, context: TContext_54, a: A_104): (t: T_125, u: U_99, v: V_80, w: W_62, x: X_44, y: Y_26) => TReturn_121; proxy(funсtion: (this: TContext_55, t: T_126, u: U_100, v: V_81, w: W_63, x: X_45, y: Y_27) => TReturn_122, context: TContext_55): (t: T_126, u: U_100, v: V_81, w: W_63, x: X_45, y: Y_27) => TReturn_122; proxy(funсtion: (this: TContext_56, a: A_105, b: B_90, c: C_75, d: D_60, e: E_45, f: F_30, g: G_15, t: T_127, u: U_101, v: V_82, w: W_64, x: X_46, y: Y_28, z: Z_10, ...args: any[]) => TReturn_123, context: TContext_56, a: A_105, b: B_90, c: C_75, d: D_60, e: E_45, f: F_30, g: G_15): (t: T_127, u: U_101, v: V_82, w: W_64, x: X_46, y: Y_28, z: Z_10, ...args: any[]) => TReturn_123; proxy(funсtion: (this: TContext_57, a: A_106, b: B_91, c: C_76, d: D_61, e: E_46, f: F_31, t: T_128, u: U_102, v: V_83, w: W_65, x: X_47, y: Y_29, z: Z_11, ...args: any[]) => TReturn_124, context: TContext_57, a: A_106, b: B_91, c: C_76, d: D_61, e: E_46, f: F_31): (t: T_128, u: U_102, v: V_83, w: W_65, x: X_47, y: Y_29, z: Z_11, ...args: any[]) => TReturn_124; proxy(funсtion: (this: TContext_58, a: A_107, b: B_92, c: C_77, d: D_62, e: E_47, t: T_129, u: U_103, v: V_84, w: W_66, x: X_48, y: Y_30, z: Z_12, ...args: any[]) => TReturn_125, context: TContext_58, a: A_107, b: B_92, c: C_77, d: D_62, e: E_47): (t: T_129, u: U_103, v: V_84, w: W_66, x: X_48, y: Y_30, z: Z_12, ...args: any[]) => TReturn_125; proxy(funсtion: (this: TContext_59, a: A_108, b: B_93, c: C_78, d: D_63, t: T_130, u: U_104, v: V_85, w: W_67, x: X_49, y: Y_31, z: Z_13, ...args: any[]) => TReturn_126, context: TContext_59, a: A_108, b: B_93, c: C_78, d: D_63): (t: T_130, u: U_104, v: V_85, w: W_67, x: X_49, y: Y_31, z: Z_13, ...args: any[]) => TReturn_126; proxy(funсtion: (this: TContext_60, a: A_109, b: B_94, c: C_79, t: T_131, u: U_105, v: V_86, w: W_68, x: X_50, y: Y_32, z: Z_14, ...args: any[]) => TReturn_127, context: TContext_60, a: A_109, b: B_94, c: C_79): (t: T_131, u: U_105, v: V_86, w: W_68, x: X_50, y: Y_32, z: Z_14, ...args: any[]) => TReturn_127; proxy(funсtion: (this: TContext_61, a: A_110, b: B_95, t: T_132, u: U_106, v: V_87, w: W_69, x: X_51, y: Y_33, z: Z_15, ...args: any[]) => TReturn_128, context: TContext_61, a: A_110, b: B_95): (t: T_132, u: U_106, v: V_87, w: W_69, x: X_51, y: Y_33, z: Z_15, ...args: any[]) => TReturn_128; proxy(funсtion: (this: TContext_62, a: A_111, t: T_133, u: U_107, v: V_88, w: W_70, x: X_52, y: Y_34, z: Z_16, ...args: any[]) => TReturn_129, context: TContext_62, a: A_111): (t: T_133, u: U_107, v: V_88, w: W_70, x: X_52, y: Y_34, z: Z_16, ...args: any[]) => TReturn_129; proxy(funсtion: (this: TContext_63, t: T_134, u: U_108, v: V_89, w: W_71, x: X_53, y: Y_35, z: Z_17, ...args: any[]) => TReturn_130, context: TContext_63): (t: T_134, u: U_108, v: V_89, w: W_71, x: X_53, y: Y_35, z: Z_17, ...args: any[]) => TReturn_130; proxy(funсtion: (this: TContext_64, ...args: any[]) => TReturn_131, context: TContext_64, ...additionalArguments: any[]): (...args: any[]) => TReturn_131; proxy(context: TContext_65, name: keyof TContext_65, ...additionalArguments: any[]): (...args: any[]) => any; queue(element: T_135, queueName?: string, newQueue?: JQuery.TypeOrArray>): JQuery.Queue; readyException(error: Error): any; removeData(element: Element | Window | Document | JQuery.PlainObject, name?: string): void; speed(duration: JQuery.Duration, easing: string, complete: (this: TElement) => void): JQuery.EffectsOptions; speed(duration: JQuery.Duration, easing_complete: string | ((this: TElement_1) => void)): JQuery.EffectsOptions; speed(duration_complete_settings?: JQuery.Duration | ((this: TElement_2) => void) | JQuery.SpeedSettings): JQuery.EffectsOptions; trim(str: string): string; type(obj: any): "string" | "number" | "boolean" | "symbol" | "undefined" | "object" | "function" | "error" | "date" | "null" | "array" | "regexp"; unique(array: T_136[]): T_136[]; uniqueSort(array: T_137[]): T_137[]; when(deferredT: TR1 | JQuery.Promise | JQuery.Thenable, deferredU: UR1 | JQuery.Promise | JQuery.Thenable, deferredV: VR1 | JQuery.Promise | JQuery.Thenable): JQuery.Promise3; when(deferredT: TR1_1 | JQuery.Promise | JQuery.Thenable, deferredU: UR1_1 | JQuery.Promise | JQuery.Thenable): JQuery.Promise2; when(deferredT: JQuery.Promise3 | JQuery.Promise2): JQuery.Promise3; when(deferred: TR1_3 | JQuery.Promise | JQuery.Thenable): JQuery.Promise; when(...deferreds: (TR1_4 | JQuery.Promise | JQuery.Thenable)[]): JQuery.Promise; when(...deferreds: any[]): JQuery.Promise; site: SemanticUI.Site; api: SemanticUI.Api; }>; }, { [evt: string]: CustomEvent; }, { default: {}; }> { } export type SvanticProps = typeof __propDef.props; export type SvanticEvents = typeof __propDef.events; export type SvanticSlots = typeof __propDef.slots; import { SvelteComponentTyped } from "svelte"; declare const __propDef: { props: { jquery?: Promise<{ default: JQueryStatic; ajaxSettings: JQuery.AjaxSettings; Animation: JQuery.AnimationStatic; Callbacks: JQuery.CallbacksStatic; cssHooks: JQuery.CSSHooks; cssNumber: JQuery.PlainObject; Deferred: JQuery.DeferredStatic; easing: JQuery.Easings; Event: JQuery.EventStatic; event: JQuery.EventExtensions; expr: JQuery.Selectors; fn: JQuery; fx: JQuery.Effects; ready: JQuery.Thenable; support: JQuery.PlainObject; timers: JQuery.TickFunction[]; Tween: JQuery.TweenStatic; valHooks: JQuery.ValHooks; ajax(url: string, settings?: JQuery.AjaxSettings): JQuery.jqXHR; ajax(settings?: JQuery.AjaxSettings): JQuery.jqXHR; ajaxPrefilter(dataTypes: string, handler: (options: JQuery.AjaxSettings, originalOptions: JQuery.AjaxSettings, jqXHR: JQuery.jqXHR) => string | void): void; ajaxPrefilter(handler: (options: JQuery.AjaxSettings, originalOptions: JQuery.AjaxSettings, jqXHR: JQuery.jqXHR) => string | void): void; ajaxSetup(options: JQuery.AjaxSettings): JQuery.AjaxSettings; ajaxTransport(dataType: string, handler: (options: JQuery.AjaxSettings, originalOptions: JQuery.AjaxSettings, jqXHR: JQuery.jqXHR) => void | JQuery.Transport): void; camelCase(value: string): string; cleanData(elems: ArrayLike>): void; contains(container: Element, contained: Element): boolean; css(elem: Element, name: string): any; data(element: Element | Window | Document | JQuery.PlainObject, key: string, value: T): T; data(element: Element | Window | Document | JQuery.PlainObject, key: string, value: undefined): any; data(element: Element | Window | Document | JQuery.PlainObject, key?: string): any; dequeue(element: Element, queueName?: string): void; each(array: ArrayLike, callback: (this: T_1, indexInArray: number, value: T_1) => any): ArrayLike; each(obj: T_2, callback: (this: T_2[K], propertyName: K, valueOfProperty: T_2[K]) => any): T_2; error(message: string): any; escapeSelector(selector: string): string; extend(deep: true, target: T_3, object1: U, object2: V, object3: W, object4: X, object5: Y, object6: Z): T_3 & U & V & W & X & Y & Z; extend(deep: true, target: T_4, object1: U_1, object2: V_1, object3: W_1, object4: X_1, object5: Y_1): T_4 & U_1 & V_1 & W_1 & X_1 & Y_1; extend(deep: true, target: T_5, object1: U_2, object2: V_2, object3: W_2, object4: X_2): T_5 & U_2 & V_2 & W_2 & X_2; extend(deep: true, target: T_6, object1: U_3, object2: V_3, object3: W_3): T_6 & U_3 & V_3 & W_3; extend(deep: true, target: T_7, object1: U_4, object2: V_4): T_7 & U_4 & V_4; extend(deep: true, target: T_8, object1: U_5): T_8 & U_5; extend(deep: true, target: T_9): JQueryStatic & T_9; extend(deep: true, target: any, object1: any, ...objectN: any[]): any; extend(target: T_10, object1: U_6, object2: V_5, object3: W_4, object4: X_3, object5: Y_2, object6: Z_1): T_10 & U_6 & V_5 & W_4 & X_3 & Y_2 & Z_1; extend(target: T_11, object1: U_7, object2: V_6, object3: W_5, object4: X_4, object5: Y_3): T_11 & U_7 & V_6 & W_5 & X_4 & Y_3; extend(target: T_12, object1: U_8, object2: V_7, object3: W_6, object4: X_5): T_12 & U_8 & V_7 & W_6 & X_5; extend(target: T_13, object1: U_9, object2: V_8, object3: W_7): T_13 & U_9 & V_8 & W_7; extend(target: T_14, object1: U_10, object2: V_9): T_14 & U_10 & V_9; extend(target: T_15, object1: U_11): T_15 & U_11; extend(target: T_16): JQueryStatic & T_16; extend(target: any, object1: any, ...objectN: any[]): any; get(url: string, data: string | JQuery.PlainObject, success: JQuery.jqXHR.DoneCallback>, dataType?: string): JQuery.jqXHR; get(url: string, success: JQuery.jqXHR.DoneCallback>, dataType: string): JQuery.jqXHR; get(url: string, success_data: string | JQuery.PlainObject | JQuery.jqXHR.DoneCallback>): JQuery.jqXHR; get(url_settings?: string | JQuery.UrlAjaxSettings): JQuery.jqXHR; getJSON(url: string, data: string | JQuery.PlainObject, success: JQuery.jqXHR.DoneCallback>): JQuery.jqXHR; getJSON(url: string, success_data?: string | JQuery.PlainObject | JQuery.jqXHR.DoneCallback>): JQuery.jqXHR; getScript(url: string, success?: JQuery.jqXHR.DoneCallback>): JQuery.jqXHR; getScript(options: JQuery.UrlAjaxSettings): JQuery.jqXHR; globalEval(code: string): void; grep(array: ArrayLike, funсtion: (elementOfArray: T_17, indexInArray: number) => boolean, invert?: boolean): T_17[]; hasData(element: Element | Window | Document | JQuery.PlainObject): boolean; holdReady(hold: boolean): void; htmlPrefilter(html: string): string; inArray(value: T_18, array: T_18[], fromIndex?: number): number; isArray(obj: any): obj is any[]; isEmptyObject(obj: any): boolean; isFunction(obj: any): obj is Function; isNumeric(value: any): boolean; isPlainObject(obj: any): boolean; isWindow(obj: any): obj is Window; isXMLDoc(node: Node): boolean; makeArray(obj: ArrayLike): T_19[]; map(array: T_20[], callback: (this: Window, elementOfArray: T_20, indexInArray: number) => JQuery.TypeOrArray): TReturn[]; map(obj: T_21, callback: (this: Window, propertyOfObject: T_21[K_1], key: K_1) => JQuery.TypeOrArray): TReturn_1[]; merge(first: ArrayLike, second: ArrayLike): (T_22 | U_12)[]; noConflict(removeAll?: boolean): JQueryStatic; nodeName(elem: Node, name: string): boolean; noop(): undefined; now(): number; param(obj: any[] | JQuery | JQuery.PlainObject, traditional?: boolean): string; parseHTML(data: string, context: Document, keepScripts: boolean): JQuery.Node[]; parseHTML(data: string, context_keepScripts?: boolean | Document): JQuery.Node[]; parseJSON(json: string): any; parseXML(data: string): XMLDocument; post(url: string, data: string | JQuery.PlainObject, success: JQuery.jqXHR.DoneCallback>, dataType?: string): JQuery.jqXHR; post(url: string, success: JQuery.jqXHR.DoneCallback>, dataType: string): JQuery.jqXHR; post(url: string, success_data: string | JQuery.PlainObject | JQuery.jqXHR.DoneCallback>): JQuery.jqXHR; post(url_settings?: string | JQuery.UrlAjaxSettings): JQuery.jqXHR; proxy(funсtion: (a: A, b: B, c: C, d: D, e: E, f: F, g: G) => TReturn_2, context: null, a: A, b: B, c: C, d: D, e: E, f: F, g: G): () => TReturn_2; proxy(funсtion: (a: A_1, b: B_1, c: C_1, d: D_1, e: E_1, f: F_1) => TReturn_3, context: null, a: A_1, b: B_1, c: C_1, d: D_1, e: E_1, f: F_1): () => TReturn_3; proxy(funсtion: (a: A_2, b: B_2, c: C_2, d: D_2, e: E_2) => TReturn_4, context: null, a: A_2, b: B_2, c: C_2, d: D_2, e: E_2): () => TReturn_4; proxy(funсtion: (a: A_3, b: B_3, c: C_3, d: D_3) => TReturn_5, context: null, a: A_3, b: B_3, c: C_3, d: D_3): () => TReturn_5; proxy(funсtion: (a: A_4, b: B_4, c: C_4) => TReturn_6, context: null, a: A_4, b: B_4, c: C_4): () => TReturn_6; proxy(funсtion: (a: A_5, b: B_5) => TReturn_7, context: null, a: A_5, b: B_5): () => TReturn_7; proxy(funсtion: (a: A_6) => TReturn_8, context: null, a: A_6): () => TReturn_8; proxy(funсtion: () => TReturn_9, context: null): () => TReturn_9; proxy(funсtion: (a: A_7, b: B_6, c: C_5, d: D_4, e: E_3, f: F_2, g: G_1, t: T_23) => TReturn_10, context: null, a: A_7, b: B_6, c: C_5, d: D_4, e: E_3, f: F_2, g: G_1): (t: T_23) => TReturn_10; proxy(funсtion: (a: A_8, b: B_7, c: C_6, d: D_5, e: E_4, f: F_3, t: T_24) => TReturn_11, context: null, a: A_8, b: B_7, c: C_6, d: D_5, e: E_4, f: F_3): (t: T_24) => TReturn_11; proxy(funсtion: (a: A_9, b: B_8, c: C_7, d: D_6, e: E_5, t: T_25) => TReturn_12, context: null, a: A_9, b: B_8, c: C_7, d: D_6, e: E_5): (t: T_25) => TReturn_12; proxy(funсtion: (a: A_10, b: B_9, c: C_8, d: D_7, t: T_26) => TReturn_13, context: null, a: A_10, b: B_9, c: C_8, d: D_7): (t: T_26) => TReturn_13; proxy(funсtion: (a: A_11, b: B_10, c: C_9, t: T_27) => TReturn_14, context: null, a: A_11, b: B_10, c: C_9): (t: T_27) => TReturn_14; proxy(funсtion: (a: A_12, b: B_11, t: T_28) => TReturn_15, context: null, a: A_12, b: B_11): (t: T_28) => TReturn_15; proxy(funсtion: (a: A_13, t: T_29) => TReturn_16, context: null, a: A_13): (t: T_29) => TReturn_16; proxy(funсtion: (t: T_30) => TReturn_17, context: null): (t: T_30) => TReturn_17; proxy(funсtion: (a: A_14, b: B_12, c: C_10, d: D_8, e: E_6, f: F_4, g: G_2, t: T_31, u: U_13) => TReturn_18, context: null, a: A_14, b: B_12, c: C_10, d: D_8, e: E_6, f: F_4, g: G_2): (t: T_31, u: U_13) => TReturn_18; proxy(funсtion: (a: A_15, b: B_13, c: C_11, d: D_9, e: E_7, f: F_5, t: T_32, u: U_14) => TReturn_19, context: null, a: A_15, b: B_13, c: C_11, d: D_9, e: E_7, f: F_5): (t: T_32, u: U_14) => TReturn_19; proxy(funсtion: (a: A_16, b: B_14, c: C_12, d: D_10, e: E_8, t: T_33, u: U_15) => TReturn_20, context: null, a: A_16, b: B_14, c: C_12, d: D_10, e: E_8): (t: T_33, u: U_15) => TReturn_20; proxy(funсtion: (a: A_17, b: B_15, c: C_13, d: D_11, t: T_34, u: U_16) => TReturn_21, context: null, a: A_17, b: B_15, c: C_13, d: D_11): (t: T_34, u: U_16) => TReturn_21; proxy(funсtion: (a: A_18, b: B_16, c: C_14, t: T_35, u: U_17) => TReturn_22, context: null, a: A_18, b: B_16, c: C_14): (t: T_35, u: U_17) => TReturn_22; proxy(funсtion: (a: A_19, b: B_17, t: T_36, u: U_18) => TReturn_23, context: null, a: A_19, b: B_17): (t: T_36, u: U_18) => TReturn_23; proxy(funсtion: (a: A_20, t: T_37, u: U_19) => TReturn_24, context: null, a: A_20): (t: T_37, u: U_19) => TReturn_24; proxy(funсtion: (t: T_38, u: U_20) => TReturn_25, context: null): (t: T_38, u: U_20) => TReturn_25; proxy(funсtion: (a: A_21, b: B_18, c: C_15, d: D_12, e: E_9, f: F_6, g: G_3, t: T_39, u: U_21, v: V_10) => TReturn_26, context: null, a: A_21, b: B_18, c: C_15, d: D_12, e: E_9, f: F_6, g: G_3): (t: T_39, u: U_21, v: V_10) => TReturn_26; proxy(funсtion: (a: A_22, b: B_19, c: C_16, d: D_13, e: E_10, f: F_7, t: T_40, u: U_22, v: V_11) => TReturn_27, context: null, a: A_22, b: B_19, c: C_16, d: D_13, e: E_10, f: F_7): (t: T_40, u: U_22, v: V_11) => TReturn_27; proxy(funсtion: (a: A_23, b: B_20, c: C_17, d: D_14, e: E_11, t: T_41, u: U_23, v: V_12) => TReturn_28, context: null, a: A_23, b: B_20, c: C_17, d: D_14, e: E_11): (t: T_41, u: U_23, v: V_12) => TReturn_28; proxy(funсtion: (a: A_24, b: B_21, c: C_18, d: D_15, t: T_42, u: U_24, v: V_13) => TReturn_29, context: null, a: A_24, b: B_21, c: C_18, d: D_15): (t: T_42, u: U_24, v: V_13) => TReturn_29; proxy(funсtion: (a: A_25, b: B_22, c: C_19, t: T_43, u: U_25, v: V_14) => TReturn_30, context: null, a: A_25, b: B_22, c: C_19): (t: T_43, u: U_25, v: V_14) => TReturn_30; proxy(funсtion: (a: A_26, b: B_23, t: T_44, u: U_26, v: V_15) => TReturn_31, context: null, a: A_26, b: B_23): (t: T_44, u: U_26, v: V_15) => TReturn_31; proxy(funсtion: (a: A_27, t: T_45, u: U_27, v: V_16) => TReturn_32, context: null, a: A_27): (t: T_45, u: U_27, v: V_16) => TReturn_32; proxy(funсtion: (t: T_46, u: U_28, v: V_17) => TReturn_33, context: null): (t: T_46, u: U_28, v: V_17) => TReturn_33; proxy(funсtion: (a: A_28, b: B_24, c: C_20, d: D_16, e: E_12, f: F_8, g: G_4, t: T_47, u: U_29, v: V_18, w: W_8) => TReturn_34, context: null, a: A_28, b: B_24, c: C_20, d: D_16, e: E_12, f: F_8, g: G_4): (t: T_47, u: U_29, v: V_18, w: W_8) => TReturn_34; proxy(funсtion: (a: A_29, b: B_25, c: C_21, d: D_17, e: E_13, f: F_9, t: T_48, u: U_30, v: V_19, w: W_9) => TReturn_35, context: null, a: A_29, b: B_25, c: C_21, d: D_17, e: E_13, f: F_9): (t: T_48, u: U_30, v: V_19, w: W_9) => TReturn_35; proxy(funсtion: (a: A_30, b: B_26, c: C_22, d: D_18, e: E_14, t: T_49, u: U_31, v: V_20, w: W_10) => TReturn_36, context: null, a: A_30, b: B_26, c: C_22, d: D_18, e: E_14): (t: T_49, u: U_31, v: V_20, w: W_10) => TReturn_36; proxy(funсtion: (a: A_31, b: B_27, c: C_23, d: D_19, t: T_50, u: U_32, v: V_21, w: W_11) => TReturn_37, context: null, a: A_31, b: B_27, c: C_23, d: D_19): (t: T_50, u: U_32, v: V_21, w: W_11) => TReturn_37; proxy(funсtion: (a: A_32, b: B_28, c: C_24, t: T_51, u: U_33, v: V_22, w: W_12) => TReturn_38, context: null, a: A_32, b: B_28, c: C_24): (t: T_51, u: U_33, v: V_22, w: W_12) => TReturn_38; proxy(funсtion: (a: A_33, b: B_29, t: T_52, u: U_34, v: V_23, w: W_13) => TReturn_39, context: null, a: A_33, b: B_29): (t: T_52, u: U_34, v: V_23, w: W_13) => TReturn_39; proxy(funсtion: (a: A_34, t: T_53, u: U_35, v: V_24, w: W_14) => TReturn_40, context: null, a: A_34): (t: T_53, u: U_35, v: V_24, w: W_14) => TReturn_40; proxy(funсtion: (t: T_54, u: U_36, v: V_25, w: W_15) => TReturn_41, context: null): (t: T_54, u: U_36, v: V_25, w: W_15) => TReturn_41; proxy(funсtion: (a: A_35, b: B_30, c: C_25, d: D_20, e: E_15, f: F_10, g: G_5, t: T_55, u: U_37, v: V_26, w: W_16, x: X_6) => TReturn_42, context: null, a: A_35, b: B_30, c: C_25, d: D_20, e: E_15, f: F_10, g: G_5): (t: T_55, u: U_37, v: V_26, w: W_16, x: X_6) => TReturn_42; proxy(funсtion: (a: A_36, b: B_31, c: C_26, d: D_21, e: E_16, f: F_11, t: T_56, u: U_38, v: V_27, w: W_17, x: X_7) => TReturn_43, context: null, a: A_36, b: B_31, c: C_26, d: D_21, e: E_16, f: F_11): (t: T_56, u: U_38, v: V_27, w: W_17, x: X_7) => TReturn_43; proxy(funсtion: (a: A_37, b: B_32, c: C_27, d: D_22, e: E_17, t: T_57, u: U_39, v: V_28, w: W_18, x: X_8) => TReturn_44, context: null, a: A_37, b: B_32, c: C_27, d: D_22, e: E_17): (t: T_57, u: U_39, v: V_28, w: W_18, x: X_8) => TReturn_44; proxy(funсtion: (a: A_38, b: B_33, c: C_28, d: D_23, t: T_58, u: U_40, v: V_29, w: W_19, x: X_9) => TReturn_45, context: null, a: A_38, b: B_33, c: C_28, d: D_23): (t: T_58, u: U_40, v: V_29, w: W_19, x: X_9) => TReturn_45; proxy(funсtion: (a: A_39, b: B_34, c: C_29, t: T_59, u: U_41, v: V_30, w: W_20, x: X_10) => TReturn_46, context: null, a: A_39, b: B_34, c: C_29): (t: T_59, u: U_41, v: V_30, w: W_20, x: X_10) => TReturn_46; proxy(funсtion: (a: A_40, b: B_35, t: T_60, u: U_42, v: V_31, w: W_21, x: X_11) => TReturn_47, context: null, a: A_40, b: B_35): (t: T_60, u: U_42, v: V_31, w: W_21, x: X_11) => TReturn_47; proxy(funсtion: (a: A_41, t: T_61, u: U_43, v: V_32, w: W_22, x: X_12) => TReturn_48, context: null, a: A_41): (t: T_61, u: U_43, v: V_32, w: W_22, x: X_12) => TReturn_48; proxy(funсtion: (t: T_62, u: U_44, v: V_33, w: W_23, x: X_13) => TReturn_49, context: null): (t: T_62, u: U_44, v: V_33, w: W_23, x: X_13) => TReturn_49; proxy(funсtion: (a: A_42, b: B_36, c: C_30, d: D_24, e: E_18, f: F_12, g: G_6, t: T_63, u: U_45, v: V_34, w: W_24, x: X_14, y: Y_4) => TReturn_50, context: null, a: A_42, b: B_36, c: C_30, d: D_24, e: E_18, f: F_12, g: G_6): (t: T_63, u: U_45, v: V_34, w: W_24, x: X_14, y: Y_4) => TReturn_50; proxy(funсtion: (a: A_43, b: B_37, c: C_31, d: D_25, e: E_19, f: F_13, t: T_64, u: U_46, v: V_35, w: W_25, x: X_15, y: Y_5) => TReturn_51, context: null, a: A_43, b: B_37, c: C_31, d: D_25, e: E_19, f: F_13): (t: T_64, u: U_46, v: V_35, w: W_25, x: X_15, y: Y_5) => TReturn_51; proxy(funсtion: (a: A_44, b: B_38, c: C_32, d: D_26, e: E_20, t: T_65, u: U_47, v: V_36, w: W_26, x: X_16, y: Y_6) => TReturn_52, context: null, a: A_44, b: B_38, c: C_32, d: D_26, e: E_20): (t: T_65, u: U_47, v: V_36, w: W_26, x: X_16, y: Y_6) => TReturn_52; proxy(funсtion: (a: A_45, b: B_39, c: C_33, d: D_27, t: T_66, u: U_48, v: V_37, w: W_27, x: X_17, y: Y_7) => TReturn_53, context: null, a: A_45, b: B_39, c: C_33, d: D_27): (t: T_66, u: U_48, v: V_37, w: W_27, x: X_17, y: Y_7) => TReturn_53; proxy(funсtion: (a: A_46, b: B_40, c: C_34, t: T_67, u: U_49, v: V_38, w: W_28, x: X_18, y: Y_8) => TReturn_54, context: null, a: A_46, b: B_40, c: C_34): (t: T_67, u: U_49, v: V_38, w: W_28, x: X_18, y: Y_8) => TReturn_54; proxy(funсtion: (a: A_47, b: B_41, t: T_68, u: U_50, v: V_39, w: W_29, x: X_19, y: Y_9) => TReturn_55, context: null, a: A_47, b: B_41): (t: T_68, u: U_50, v: V_39, w: W_29, x: X_19, y: Y_9) => TReturn_55; proxy(funсtion: (a: A_48, t: T_69, u: U_51, v: V_40, w: W_30, x: X_20, y: Y_10) => TReturn_56, context: null, a: A_48): (t: T_69, u: U_51, v: V_40, w: W_30, x: X_20, y: Y_10) => TReturn_56; proxy(funсtion: (t: T_70, u: U_52, v: V_41, w: W_31, x: X_21, y: Y_11) => TReturn_57, context: null): (t: T_70, u: U_52, v: V_41, w: W_31, x: X_21, y: Y_11) => TReturn_57; proxy(funсtion: (a: A_49, b: B_42, c: C_35, d: D_28, e: E_21, f: F_14, g: G_7, t: T_71, u: U_53, v: V_42, w: W_32, x: X_22, y: Y_12, z: Z_2, ...args: any[]) => TReturn_58, context: null, a: A_49, b: B_42, c: C_35, d: D_28, e: E_21, f: F_14, g: G_7): (t: T_71, u: U_53, v: V_42, w: W_32, x: X_22, y: Y_12, z: Z_2, ...args: any[]) => TReturn_58; proxy(funсtion: (a: A_50, b: B_43, c: C_36, d: D_29, e: E_22, f: F_15, t: T_72, u: U_54, v: V_43, w: W_33, x: X_23, y: Y_13, z: Z_3, ...args: any[]) => TReturn_59, context: null, a: A_50, b: B_43, c: C_36, d: D_29, e: E_22, f: F_15): (t: T_72, u: U_54, v: V_43, w: W_33, x: X_23, y: Y_13, z: Z_3, ...args: any[]) => TReturn_59; proxy(funсtion: (a: A_51, b: B_44, c: C_37, d: D_30, e: E_23, t: T_73, u: U_55, v: V_44, w: W_34, x: X_24, y: Y_14, z: Z_4, ...args: any[]) => TReturn_60, context: null, a: A_51, b: B_44, c: C_37, d: D_30, e: E_23): (t: T_73, u: U_55, v: V_44, w: W_34, x: X_24, y: Y_14, z: Z_4, ...args: any[]) => TReturn_60; proxy(funсtion: (a: A_52, b: B_45, c: C_38, d: D_31, t: T_74, u: U_56, v: V_45, w: W_35, x: X_25, y: Y_15, z: Z_5, ...args: any[]) => TReturn_61, context: null, a: A_52, b: B_45, c: C_38, d: D_31): (t: T_74, u: U_56, v: V_45, w: W_35, x: X_25, y: Y_15, z: Z_5, ...args: any[]) => TReturn_61; proxy(funсtion: (a: A_53, b: B_46, c: C_39, t: T_75, u: U_57, v: V_46, w: W_36, x: X_26, y: Y_16, z: Z_6, ...args: any[]) => TReturn_62, context: null, a: A_53, b: B_46, c: C_39): (t: T_75, u: U_57, v: V_46, w: W_36, x: X_26, y: Y_16, z: Z_6, ...args: any[]) => TReturn_62; proxy(funсtion: (a: A_54, b: B_47, t: T_76, u: U_58, v: V_47, w: W_37, x: X_27, y: Y_17, z: Z_7, ...args: any[]) => TReturn_63, context: null, a: A_54, b: B_47): (t: T_76, u: U_58, v: V_47, w: W_37, x: X_27, y: Y_17, z: Z_7, ...args: any[]) => TReturn_63; proxy(funсtion: (a: A_55, t: T_77, u: U_59, v: V_48, w: W_38, x: X_28, y: Y_18, z: Z_8, ...args: any[]) => TReturn_64, context: null, a: A_55): (t: T_77, u: U_59, v: V_48, w: W_38, x: X_28, y: Y_18, z: Z_8, ...args: any[]) => TReturn_64; proxy(funсtion: (t: T_78, u: U_60, v: V_49, w: W_39, x: X_29, y: Y_19, z: Z_9, ...args: any[]) => TReturn_65, context: null): (t: T_78, u: U_60, v: V_49, w: W_39, x: X_29, y: Y_19, z: Z_9, ...args: any[]) => TReturn_65; proxy(funсtion: (...args: any[]) => TReturn_66, context: null, ...additionalArguments: any[]): (...args: any[]) => TReturn_66; proxy(funсtion: (this: TContext, a: A_56, b: B_48, c: C_40, d: D_32, e: E_24, f: F_16, g: G_8) => TReturn_67, context: TContext, a: A_56, b: B_48, c: C_40, d: D_32, e: E_24, f: F_16, g: G_8): () => TReturn_67; proxy(funсtion: (this: TContext_1, a: A_57, b: B_49, c: C_41, d: D_33, e: E_25, f: F_17) => TReturn_68, context: TContext_1, a: A_57, b: B_49, c: C_41, d: D_33, e: E_25, f: F_17): () => TReturn_68; proxy(funсtion: (this: TContext_2, a: A_58, b: B_50, c: C_42, d: D_34, e: E_26) => TReturn_69, context: TContext_2, a: A_58, b: B_50, c: C_42, d: D_34, e: E_26): () => TReturn_69; proxy(funсtion: (this: TContext_3, a: A_59, b: B_51, c: C_43, d: D_35) => TReturn_70, context: TContext_3, a: A_59, b: B_51, c: C_43, d: D_35): () => TReturn_70; proxy(funсtion: (this: TContext_4, a: A_60, b: B_52, c: C_44) => TReturn_71, context: TContext_4, a: A_60, b: B_52, c: C_44): () => TReturn_71; proxy(funсtion: (this: TContext_5, a: A_61, b: B_53) => TReturn_72, context: TContext_5, a: A_61, b: B_53): () => TReturn_72; proxy(funсtion: (this: TContext_6, a: A_62) => TReturn_73, context: TContext_6, a: A_62): () => TReturn_73; proxy(funсtion: (this: TContext_7) => TReturn_74, context: TContext_7): () => TReturn_74; proxy(funсtion: (this: TContext_8, a: A_63, b: B_54, c: C_45, d: D_36, e: E_27, f: F_18, g: G_9, t: T_79) => TReturn_75, context: TContext_8, a: A_63, b: B_54, c: C_45, d: D_36, e: E_27, f: F_18, g: G_9): (t: T_79) => TReturn_75; proxy(funсtion: (this: TContext_9, a: A_64, b: B_55, c: C_46, d: D_37, e: E_28, f: F_19, t: T_80) => TReturn_76, context: TContext_9, a: A_64, b: B_55, c: C_46, d: D_37, e: E_28, f: F_19): (t: T_80) => TReturn_76; proxy(funсtion: (this: TContext_10, a: A_65, b: B_56, c: C_47, d: D_38, e: E_29, t: T_81) => TReturn_77, context: TContext_10, a: A_65, b: B_56, c: C_47, d: D_38, e: E_29): (t: T_81) => TReturn_77; proxy(funсtion: (this: TContext_11, a: A_66, b: B_57, c: C_48, d: D_39, t: T_82) => TReturn_78, context: TContext_11, a: A_66, b: B_57, c: C_48, d: D_39): (t: T_82) => TReturn_78; proxy(funсtion: (this: TContext_12, a: A_67, b: B_58, c: C_49, t: T_83) => TReturn_79, context: TContext_12, a: A_67, b: B_58, c: C_49): (t: T_83) => TReturn_79; proxy(funсtion: (this: TContext_13, a: A_68, b: B_59, t: T_84) => TReturn_80, context: TContext_13, a: A_68, b: B_59): (t: T_84) => TReturn_80; proxy(funсtion: (this: TContext_14, a: A_69, t: T_85) => TReturn_81, context: TContext_14, a: A_69): (t: T_85) => TReturn_81; proxy(funсtion: (this: TContext_15, t: T_86) => TReturn_82, context: TContext_15): (t: T_86) => TReturn_82; proxy(funсtion: (this: TContext_16, a: A_70, b: B_60, c: C_50, d: D_40, e: E_30, f: F_20, g: G_10, t: T_87, u: U_61) => TReturn_83, context: TContext_16, a: A_70, b: B_60, c: C_50, d: D_40, e: E_30, f: F_20, g: G_10): (t: T_87, u: U_61) => TReturn_83; proxy(funсtion: (this: TContext_17, a: A_71, b: B_61, c: C_51, d: D_41, e: E_31, f: F_21, t: T_88, u: U_62) => TReturn_84, context: TContext_17, a: A_71, b: B_61, c: C_51, d: D_41, e: E_31, f: F_21): (t: T_88, u: U_62) => TReturn_84; proxy(funсtion: (this: TContext_18, a: A_72, b: B_62, c: C_52, d: D_42, e: E_32, t: T_89, u: U_63) => TReturn_85, context: TContext_18, a: A_72, b: B_62, c: C_52, d: D_42, e: E_32): (t: T_89, u: U_63) => TReturn_85; proxy(funсtion: (this: TContext_19, a: A_73, b: B_63, c: C_53, d: D_43, t: T_90, u: U_64) => TReturn_86, context: TContext_19, a: A_73, b: B_63, c: C_53, d: D_43): (t: T_90, u: U_64) => TReturn_86; proxy(funсtion: (this: TContext_20, a: A_74, b: B_64, c: C_54, t: T_91, u: U_65) => TReturn_87, context: TContext_20, a: A_74, b: B_64, c: C_54): (t: T_91, u: U_65) => TReturn_87; proxy(funсtion: (this: TContext_21, a: A_75, b: B_65, t: T_92, u: U_66) => TReturn_88, context: TContext_21, a: A_75, b: B_65): (t: T_92, u: U_66) => TReturn_88; proxy(funсtion: (this: TContext_22, a: A_76, t: T_93, u: U_67) => TReturn_89, context: TContext_22, a: A_76): (t: T_93, u: U_67) => TReturn_89; proxy(funсtion: (this: TContext_23, t: T_94, u: U_68) => TReturn_90, context: TContext_23): (t: T_94, u: U_68) => TReturn_90; proxy(funсtion: (this: TContext_24, a: A_77, b: B_66, c: C_55, d: D_44, e: E_33, f: F_22, g: G_11, t: T_95, u: U_69, v: V_50) => TReturn_91, context: TContext_24, a: A_77, b: B_66, c: C_55, d: D_44, e: E_33, f: F_22, g: G_11): (t: T_95, u: U_69, v: V_50) => TReturn_91; proxy(funсtion: (this: TContext_25, a: A_78, b: B_67, c: C_56, d: D_45, e: E_34, f: F_23, t: T_96, u: U_70, v: V_51) => TReturn_92, context: TContext_25, a: A_78, b: B_67, c: C_56, d: D_45, e: E_34, f: F_23): (t: T_96, u: U_70, v: V_51) => TReturn_92; proxy(funсtion: (this: TContext_26, a: A_79, b: B_68, c: C_57, d: D_46, e: E_35, t: T_97, u: U_71, v: V_52) => TReturn_93, context: TContext_26, a: A_79, b: B_68, c: C_57, d: D_46, e: E_35): (t: T_97, u: U_71, v: V_52) => TReturn_93; proxy(funсtion: (this: TContext_27, a: A_80, b: B_69, c: C_58, d: D_47, t: T_98, u: U_72, v: V_53) => TReturn_94, context: TContext_27, a: A_80, b: B_69, c: C_58, d: D_47): (t: T_98, u: U_72, v: V_53) => TReturn_94; proxy(funсtion: (this: TContext_28, a: A_81, b: B_70, c: C_59, t: T_99, u: U_73, v: V_54) => TReturn_95, context: TContext_28, a: A_81, b: B_70, c: C_59): (t: T_99, u: U_73, v: V_54) => TReturn_95; proxy(funсtion: (this: TContext_29, a: A_82, b: B_71, t: T_100, u: U_74, v: V_55) => TReturn_96, context: TContext_29, a: A_82, b: B_71): (t: T_100, u: U_74, v: V_55) => TReturn_96; proxy(funсtion: (this: TContext_30, a: A_83, t: T_101, u: U_75, v: V_56) => TReturn_97, context: TContext_30, a: A_83): (t: T_101, u: U_75, v: V_56) => TReturn_97; proxy(funсtion: (this: TContext_31, t: T_102, u: U_76, v: V_57) => TReturn_98, context: TContext_31): (t: T_102, u: U_76, v: V_57) => TReturn_98; proxy(funсtion: (this: TContext_32, a: A_84, b: B_72, c: C_60, d: D_48, e: E_36, f: F_24, g: G_12, t: T_103, u: U_77, v: V_58, w: W_40) => TReturn_99, context: TContext_32, a: A_84, b: B_72, c: C_60, d: D_48, e: E_36, f: F_24, g: G_12): (t: T_103, u: U_77, v: V_58, w: W_40) => TReturn_99; proxy(funсtion: (this: TContext_33, a: A_85, b: B_73, c: C_61, d: D_49, e: E_37, f: F_25, t: T_104, u: U_78, v: V_59, w: W_41) => TReturn_100, context: TContext_33, a: A_85, b: B_73, c: C_61, d: D_49, e: E_37, f: F_25): (t: T_104, u: U_78, v: V_59, w: W_41) => TReturn_100; proxy(funсtion: (this: TContext_34, a: A_86, b: B_74, c: C_62, d: D_50, e: E_38, t: T_105, u: U_79, v: V_60, w: W_42) => TReturn_101, context: TContext_34, a: A_86, b: B_74, c: C_62, d: D_50, e: E_38): (t: T_105, u: U_79, v: V_60, w: W_42) => TReturn_101; proxy(funсtion: (this: TContext_35, a: A_87, b: B_75, c: C_63, d: D_51, t: T_106, u: U_80, v: V_61, w: W_43) => TReturn_102, context: TContext_35, a: A_87, b: B_75, c: C_63, d: D_51): (t: T_106, u: U_80, v: V_61, w: W_43) => TReturn_102; proxy(funсtion: (this: TContext_36, a: A_88, b: B_76, c: C_64, t: T_107, u: U_81, v: V_62, w: W_44) => TReturn_103, context: TContext_36, a: A_88, b: B_76, c: C_64): (t: T_107, u: U_81, v: V_62, w: W_44) => TReturn_103; proxy(funсtion: (this: TContext_37, a: A_89, b: B_77, t: T_108, u: U_82, v: V_63, w: W_45) => TReturn_104, context: TContext_37, a: A_89, b: B_77): (t: T_108, u: U_82, v: V_63, w: W_45) => TReturn_104; proxy(funсtion: (this: TContext_38, a: A_90, t: T_109, u: U_83, v: V_64, w: W_46) => TReturn_105, context: TContext_38, a: A_90): (t: T_109, u: U_83, v: V_64, w: W_46) => TReturn_105; proxy(funсtion: (this: TContext_39, t: T_110, u: U_84, v: V_65, w: W_47) => TReturn_106, context: TContext_39): (t: T_110, u: U_84, v: V_65, w: W_47) => TReturn_106; proxy(funсtion: (this: TContext_40, a: A_91, b: B_78, c: C_65, d: D_52, e: E_39, f: F_26, g: G_13, t: T_111, u: U_85, v: V_66, w: W_48, x: X_30) => TReturn_107, context: TContext_40, a: A_91, b: B_78, c: C_65, d: D_52, e: E_39, f: F_26, g: G_13): (t: T_111, u: U_85, v: V_66, w: W_48, x: X_30) => TReturn_107; proxy(funсtion: (this: TContext_41, a: A_92, b: B_79, c: C_66, d: D_53, e: E_40, f: F_27, t: T_112, u: U_86, v: V_67, w: W_49, x: X_31) => TReturn_108, context: TContext_41, a: A_92, b: B_79, c: C_66, d: D_53, e: E_40, f: F_27): (t: T_112, u: U_86, v: V_67, w: W_49, x: X_31) => TReturn_108; proxy(funсtion: (this: TContext_42, a: A_93, b: B_80, c: C_67, d: D_54, e: E_41, t: T_113, u: U_87, v: V_68, w: W_50, x: X_32) => TReturn_109, context: TContext_42, a: A_93, b: B_80, c: C_67, d: D_54, e: E_41): (t: T_113, u: U_87, v: V_68, w: W_50, x: X_32) => TReturn_109; proxy(funсtion: (this: TContext_43, a: A_94, b: B_81, c: C_68, d: D_55, t: T_114, u: U_88, v: V_69, w: W_51, x: X_33) => TReturn_110, context: TContext_43, a: A_94, b: B_81, c: C_68, d: D_55): (t: T_114, u: U_88, v: V_69, w: W_51, x: X_33) => TReturn_110; proxy(funсtion: (this: TContext_44, a: A_95, b: B_82, c: C_69, t: T_115, u: U_89, v: V_70, w: W_52, x: X_34) => TReturn_111, context: TContext_44, a: A_95, b: B_82, c: C_69): (t: T_115, u: U_89, v: V_70, w: W_52, x: X_34) => TReturn_111; proxy(funсtion: (this: TContext_45, a: A_96, b: B_83, t: T_116, u: U_90, v: V_71, w: W_53, x: X_35) => TReturn_112, context: TContext_45, a: A_96, b: B_83): (t: T_116, u: U_90, v: V_71, w: W_53, x: X_35) => TReturn_112; proxy(funсtion: (this: TContext_46, a: A_97, t: T_117, u: U_91, v: V_72, w: W_54, x: X_36) => TReturn_113, context: TContext_46, a: A_97): (t: T_117, u: U_91, v: V_72, w: W_54, x: X_36) => TReturn_113; proxy(funсtion: (this: TContext_47, t: T_118, u: U_92, v: V_73, w: W_55, x: X_37) => TReturn_114, context: TContext_47): (t: T_118, u: U_92, v: V_73, w: W_55, x: X_37) => TReturn_114; proxy(funсtion: (this: TContext_48, a: A_98, b: B_84, c: C_70, d: D_56, e: E_42, f: F_28, g: G_14, t: T_119, u: U_93, v: V_74, w: W_56, x: X_38, y: Y_20) => TReturn_115, context: TContext_48, a: A_98, b: B_84, c: C_70, d: D_56, e: E_42, f: F_28, g: G_14): (t: T_119, u: U_93, v: V_74, w: W_56, x: X_38, y: Y_20) => TReturn_115; proxy(funсtion: (this: TContext_49, a: A_99, b: B_85, c: C_71, d: D_57, e: E_43, f: F_29, t: T_120, u: U_94, v: V_75, w: W_57, x: X_39, y: Y_21) => TReturn_116, context: TContext_49, a: A_99, b: B_85, c: C_71, d: D_57, e: E_43, f: F_29): (t: T_120, u: U_94, v: V_75, w: W_57, x: X_39, y: Y_21) => TReturn_116; proxy(funсtion: (this: TContext_50, a: A_100, b: B_86, c: C_72, d: D_58, e: E_44, t: T_121, u: U_95, v: V_76, w: W_58, x: X_40, y: Y_22) => TReturn_117, context: TContext_50, a: A_100, b: B_86, c: C_72, d: D_58, e: E_44): (t: T_121, u: U_95, v: V_76, w: W_58, x: X_40, y: Y_22) => TReturn_117; proxy(funсtion: (this: TContext_51, a: A_101, b: B_87, c: C_73, d: D_59, t: T_122, u: U_96, v: V_77, w: W_59, x: X_41, y: Y_23) => TReturn_118, context: TContext_51, a: A_101, b: B_87, c: C_73, d: D_59): (t: T_122, u: U_96, v: V_77, w: W_59, x: X_41, y: Y_23) => TReturn_118; proxy(funсtion: (this: TContext_52, a: A_102, b: B_88, c: C_74, t: T_123, u: U_97, v: V_78, w: W_60, x: X_42, y: Y_24) => TReturn_119, context: TContext_52, a: A_102, b: B_88, c: C_74): (t: T_123, u: U_97, v: V_78, w: W_60, x: X_42, y: Y_24) => TReturn_119; proxy(funсtion: (this: TContext_53, a: A_103, b: B_89, t: T_124, u: U_98, v: V_79, w: W_61, x: X_43, y: Y_25) => TReturn_120, context: TContext_53, a: A_103, b: B_89): (t: T_124, u: U_98, v: V_79, w: W_61, x: X_43, y: Y_25) => TReturn_120; proxy(funсtion: (this: TContext_54, a: A_104, t: T_125, u: U_99, v: V_80, w: W_62, x: X_44, y: Y_26) => TReturn_121, context: TContext_54, a: A_104): (t: T_125, u: U_99, v: V_80, w: W_62, x: X_44, y: Y_26) => TReturn_121; proxy(funсtion: (this: TContext_55, t: T_126, u: U_100, v: V_81, w: W_63, x: X_45, y: Y_27) => TReturn_122, context: TContext_55): (t: T_126, u: U_100, v: V_81, w: W_63, x: X_45, y: Y_27) => TReturn_122; proxy(funсtion: (this: TContext_56, a: A_105, b: B_90, c: C_75, d: D_60, e: E_45, f: F_30, g: G_15, t: T_127, u: U_101, v: V_82, w: W_64, x: X_46, y: Y_28, z: Z_10, ...args: any[]) => TReturn_123, context: TContext_56, a: A_105, b: B_90, c: C_75, d: D_60, e: E_45, f: F_30, g: G_15): (t: T_127, u: U_101, v: V_82, w: W_64, x: X_46, y: Y_28, z: Z_10, ...args: any[]) => TReturn_123; proxy(funсtion: (this: TContext_57, a: A_106, b: B_91, c: C_76, d: D_61, e: E_46, f: F_31, t: T_128, u: U_102, v: V_83, w: W_65, x: X_47, y: Y_29, z: Z_11, ...args: any[]) => TReturn_124, context: TContext_57, a: A_106, b: B_91, c: C_76, d: D_61, e: E_46, f: F_31): (t: T_128, u: U_102, v: V_83, w: W_65, x: X_47, y: Y_29, z: Z_11, ...args: any[]) => TReturn_124; proxy(funсtion: (this: TContext_58, a: A_107, b: B_92, c: C_77, d: D_62, e: E_47, t: T_129, u: U_103, v: V_84, w: W_66, x: X_48, y: Y_30, z: Z_12, ...args: any[]) => TReturn_125, context: TContext_58, a: A_107, b: B_92, c: C_77, d: D_62, e: E_47): (t: T_129, u: U_103, v: V_84, w: W_66, x: X_48, y: Y_30, z: Z_12, ...args: any[]) => TReturn_125; proxy(funсtion: (this: TContext_59, a: A_108, b: B_93, c: C_78, d: D_63, t: T_130, u: U_104, v: V_85, w: W_67, x: X_49, y: Y_31, z: Z_13, ...args: any[]) => TReturn_126, context: TContext_59, a: A_108, b: B_93, c: C_78, d: D_63): (t: T_130, u: U_104, v: V_85, w: W_67, x: X_49, y: Y_31, z: Z_13, ...args: any[]) => TReturn_126; proxy(funсtion: (this: TContext_60, a: A_109, b: B_94, c: C_79, t: T_131, u: U_105, v: V_86, w: W_68, x: X_50, y: Y_32, z: Z_14, ...args: any[]) => TReturn_127, context: TContext_60, a: A_109, b: B_94, c: C_79): (t: T_131, u: U_105, v: V_86, w: W_68, x: X_50, y: Y_32, z: Z_14, ...args: any[]) => TReturn_127; proxy(funсtion: (this: TContext_61, a: A_110, b: B_95, t: T_132, u: U_106, v: V_87, w: W_69, x: X_51, y: Y_33, z: Z_15, ...args: any[]) => TReturn_128, context: TContext_61, a: A_110, b: B_95): (t: T_132, u: U_106, v: V_87, w: W_69, x: X_51, y: Y_33, z: Z_15, ...args: any[]) => TReturn_128; proxy(funсtion: (this: TContext_62, a: A_111, t: T_133, u: U_107, v: V_88, w: W_70, x: X_52, y: Y_34, z: Z_16, ...args: any[]) => TReturn_129, context: TContext_62, a: A_111): (t: T_133, u: U_107, v: V_88, w: W_70, x: X_52, y: Y_34, z: Z_16, ...args: any[]) => TReturn_129; proxy(funсtion: (this: TContext_63, t: T_134, u: U_108, v: V_89, w: W_71, x: X_53, y: Y_35, z: Z_17, ...args: any[]) => TReturn_130, context: TContext_63): (t: T_134, u: U_108, v: V_89, w: W_71, x: X_53, y: Y_35, z: Z_17, ...args: any[]) => TReturn_130; proxy(funсtion: (this: TContext_64, ...args: any[]) => TReturn_131, context: TContext_64, ...additionalArguments: any[]): (...args: any[]) => TReturn_131; proxy(context: TContext_65, name: keyof TContext_65, ...additionalArguments: any[]): (...args: any[]) => any; queue(element: T_135, queueName?: string, newQueue?: JQuery.TypeOrArray>): JQuery.Queue; readyException(error: Error): any; removeData(element: Element | Window | Document | JQuery.PlainObject, name?: string): void; speed(duration: JQuery.Duration, easing: string, complete: (this: TElement) => void): JQuery.EffectsOptions; speed(duration: JQuery.Duration, easing_complete: string | ((this: TElement_1) => void)): JQuery.EffectsOptions; speed(duration_complete_settings?: JQuery.Duration | ((this: TElement_2) => void) | JQuery.SpeedSettings): JQuery.EffectsOptions; trim(str: string): string; type(obj: any): "string" | "number" | "boolean" | "symbol" | "undefined" | "object" | "function" | "error" | "date" | "null" | "array" | "regexp"; unique(array: T_136[]): T_136[]; uniqueSort(array: T_137[]): T_137[]; when(deferredT: TR1 | JQuery.Promise | JQuery.Thenable, deferredU: UR1 | JQuery.Promise | JQuery.Thenable, deferredV: VR1 | JQuery.Promise | JQuery.Thenable): JQuery.Promise3; when(deferredT: TR1_1 | JQuery.Promise | JQuery.Thenable, deferredU: UR1_1 | JQuery.Promise | JQuery.Thenable): JQuery.Promise2; when(deferredT: JQuery.Promise3 | JQuery.Promise2): JQuery.Promise3; when(deferred: TR1_3 | JQuery.Promise | JQuery.Thenable): JQuery.Promise; when(...deferreds: (TR1_4 | JQuery.Promise | JQuery.Thenable)[]): JQuery.Promise; when(...deferreds: any[]): JQuery.Promise; site: SemanticUI.Site; api: SemanticUI.Api; }>; }; events: { [evt: string]: CustomEvent; }; slots: { default: {}; }; }; export {};