import { Base, Point, Type } from "igniteui-react-core";
import { ScalerParams } from "./ScalerParams";
/**
 * @hidden
 */
export declare class MouseMoveThunk extends Base {
    static $t: Type;
    d: Point;
    c: Point;
    b: number;
    a: ScalerParams;
}
