import { VerticalLinearScaler } from "./VerticalLinearScaler"; import { IList$1, Type } from "igniteui-react-core"; import { ScalerParams } from "./ScalerParams"; /** * @hidden */ export declare class FastVerticalLinearScaler extends VerticalLinearScaler { static $t: Type; u(a: IList$1, b: IList$1, c: number, d: number, e: ScalerParams): void; }