/*! * * Wijmo Library 5.20251.40 * https://developer.mescius.com/wijmo * * Copyright(c) MESCIUS inc. All rights reserved. * * Licensed under the End-User License Agreement For MESCIUS Wijmo Software. * us.sales@mescius.com * https://developer.mescius.com/wijmo/licensing * */ import { WjComponentBehavior, IPropsMeta } from 'wijmo/wijmo.webcomponents.base'; import * as wjcChartFinanceAnalytics from 'wijmo/wijmo.chart.finance.analytics'; export declare class WjcFlexChartFibonacci extends HTMLElement { static wrappedClass: () => typeof wjcChartFinanceAnalytics.Fibonacci; static parentProp: string; static siblingId: string; _wjBehaviour: WjComponentBehavior; constructor(); static readonly observedAttributes: IPropsMeta; connectedCallback(): void; attributeChangedCallback(name: string, oldValue: string, newValue: string): void; disconnectedCallback(): void; } export declare class WjcFlexChartFibonacciArcs extends HTMLElement { static wrappedClass: () => typeof wjcChartFinanceAnalytics.FibonacciArcs; static parentProp: string; static siblingId: string; _wjBehaviour: WjComponentBehavior; constructor(); static readonly observedAttributes: IPropsMeta; connectedCallback(): void; attributeChangedCallback(name: string, oldValue: string, newValue: string): void; disconnectedCallback(): void; } export declare class WjcFlexChartFibonacciFans extends HTMLElement { static wrappedClass: () => typeof wjcChartFinanceAnalytics.FibonacciFans; static parentProp: string; static siblingId: string; _wjBehaviour: WjComponentBehavior; constructor(); static readonly observedAttributes: IPropsMeta; connectedCallback(): void; attributeChangedCallback(name: string, oldValue: string, newValue: string): void; disconnectedCallback(): void; } export declare class WjcFlexChartFibonacciTimeZones extends HTMLElement { static wrappedClass: () => typeof wjcChartFinanceAnalytics.FibonacciTimeZones; static parentProp: string; static siblingId: string; _wjBehaviour: WjComponentBehavior; constructor(); static readonly observedAttributes: IPropsMeta; connectedCallback(): void; attributeChangedCallback(name: string, oldValue: string, newValue: string): void; disconnectedCallback(): void; } export declare class WjcFlexChartAtr extends HTMLElement { static wrappedClass: () => typeof wjcChartFinanceAnalytics.ATR; static parentProp: string; static siblingId: string; _wjBehaviour: WjComponentBehavior; constructor(); static readonly observedAttributes: IPropsMeta; connectedCallback(): void; attributeChangedCallback(name: string, oldValue: string, newValue: string): void; disconnectedCallback(): void; } export declare class WjcFlexChartCci extends HTMLElement { static wrappedClass: () => typeof wjcChartFinanceAnalytics.CCI; static parentProp: string; static siblingId: string; _wjBehaviour: WjComponentBehavior; constructor(); static readonly observedAttributes: IPropsMeta; connectedCallback(): void; attributeChangedCallback(name: string, oldValue: string, newValue: string): void; disconnectedCallback(): void; } export declare class WjcFlexChartRsi extends HTMLElement { static wrappedClass: () => typeof wjcChartFinanceAnalytics.RSI; static parentProp: string; static siblingId: string; _wjBehaviour: WjComponentBehavior; constructor(); static readonly observedAttributes: IPropsMeta; connectedCallback(): void; attributeChangedCallback(name: string, oldValue: string, newValue: string): void; disconnectedCallback(): void; } export declare class WjcFlexChartWilliamsR extends HTMLElement { static wrappedClass: () => typeof wjcChartFinanceAnalytics.WilliamsR; static parentProp: string; static siblingId: string; _wjBehaviour: WjComponentBehavior; constructor(); static readonly observedAttributes: IPropsMeta; connectedCallback(): void; attributeChangedCallback(name: string, oldValue: string, newValue: string): void; disconnectedCallback(): void; } export declare class WjcFlexChartMacd extends HTMLElement { static wrappedClass: () => typeof wjcChartFinanceAnalytics.Macd; static parentProp: string; static siblingId: string; _wjBehaviour: WjComponentBehavior; constructor(); static readonly observedAttributes: IPropsMeta; connectedCallback(): void; attributeChangedCallback(name: string, oldValue: string, newValue: string): void; disconnectedCallback(): void; } export declare class WjcFlexChartMacdHistogram extends HTMLElement { static wrappedClass: () => typeof wjcChartFinanceAnalytics.MacdHistogram; static parentProp: string; static siblingId: string; _wjBehaviour: WjComponentBehavior; constructor(); static readonly observedAttributes: IPropsMeta; connectedCallback(): void; attributeChangedCallback(name: string, oldValue: string, newValue: string): void; disconnectedCallback(): void; } export declare class WjcFlexChartStochastic extends HTMLElement { static wrappedClass: () => typeof wjcChartFinanceAnalytics.Stochastic; static parentProp: string; static siblingId: string; _wjBehaviour: WjComponentBehavior; constructor(); static readonly observedAttributes: IPropsMeta; connectedCallback(): void; attributeChangedCallback(name: string, oldValue: string, newValue: string): void; disconnectedCallback(): void; } export declare class WjcFlexChartBollingerBands extends HTMLElement { static wrappedClass: () => typeof wjcChartFinanceAnalytics.BollingerBands; static parentProp: string; static siblingId: string; _wjBehaviour: WjComponentBehavior; constructor(); static readonly observedAttributes: IPropsMeta; connectedCallback(): void; attributeChangedCallback(name: string, oldValue: string, newValue: string): void; disconnectedCallback(): void; } export declare class WjcFlexChartEnvelopes extends HTMLElement { static wrappedClass: () => typeof wjcChartFinanceAnalytics.Envelopes; static parentProp: string; static siblingId: string; _wjBehaviour: WjComponentBehavior; constructor(); static readonly observedAttributes: IPropsMeta; connectedCallback(): void; attributeChangedCallback(name: string, oldValue: string, newValue: string): void; disconnectedCallback(): void; }