import { FinancialOverlay } from "./FinancialOverlay"; import { Series } from "./Series"; import { List$1 } from "igniteui-react-core"; import { Type, Point } from "igniteui-react-core"; import { CategoryFrame } from "./CategoryFrame"; import { AxisRange } from "./AxisRange"; import { Axis } from "./Axis"; import { FinancialSeriesView } from "./FinancialSeriesView"; import { Rect } from "igniteui-react-core"; import { SeriesView } from "./SeriesView"; import { FinancialBucketCalculator } from "./FinancialBucketCalculator"; import { Polyline } from "igniteui-react-core"; import { Polygon } from "igniteui-react-core"; import { RenderingContext } from "igniteui-react-core"; /** * @hidden */ export declare class BollingerBandsOverlay extends FinancialOverlay { static $t: Type; protected bk(): Series; constructor(); abx: number; abw: number; protected rr(a: any, b: string, c: any, d: any): void; private abu; private abv; protected abn(): boolean; ay(a: Axis): AxisRange; abs: List$1; abt: List$1; aay(a: CategoryFrame, b: FinancialSeriesView): void; pj(a: boolean, b: SeriesView): void; je(a: Point, b: boolean, c: boolean): number; kk(a: Point, b: boolean): number; ki(a: Point, b: boolean): number; hl(a: Rect, b: Rect, c: SeriesView): boolean; aa0(a: CategoryFrame, b: FinancialSeriesView): void; protected ct(): SeriesView; ri(a: SeriesView): void; private abr; protected zs(): number; i6(): number; static $$p: string[]; } /** * @hidden */ export declare class BollingerBandsBucketCalculator extends FinancialBucketCalculator { static $t: Type; constructor(a: FinancialSeriesView); protected f: BollingerBandsOverlayView; getBucket(a: number): number[]; } /** * @hidden */ export declare class BollingerBandsOverlayView extends FinancialSeriesView { static $t: Type; cj: BollingerBandsOverlay; constructor(a: BollingerBandsOverlay); a4(): void; protected ce(): FinancialBucketCalculator; cl(a: number, b: (arg1: number) => number, c: (arg1: number) => number, d: (arg1: number) => number, e: (arg1: number) => number, f: (arg1: number) => number): void; ck(): void; get cn(): Polygon; get cs(): Polyline; get ct(): Polyline; get cu(): Polyline; private co; private cv; private cw; private cx; private cm; private cp; private cq; private cr; protected bq(): void; protected bj(a: RenderingContext, b: boolean): void; ax(a: any): void; }