import { EventArgs, Point, Type } from "igniteui-react-core";
import { Rect } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class FunnelSliceEventArgs extends EventArgs {
    static $t: Type;
    private b;
    get index(): number;
    set index(a: number);
    private h;
    get bounds(): Rect;
    set bounds(a: Rect);
    private d;
    get item(): any;
    set item(a: any);
    private f;
    get position(): Point;
    set position(a: Point);
}
