import { IgrDataContext } from "igniteui-react-core";
import { FunnelSliceDataContext as FunnelSliceDataContext_internal } from "./FunnelSliceDataContext";
/**
 * Represents the funnel slice data currently in context.
*/
export declare class IgrFunnelSliceDataContext extends IgrDataContext {
    protected createImplementation(): FunnelSliceDataContext_internal;
    /**
                                 * @hidden
                                 */
    get i(): FunnelSliceDataContext_internal;
    constructor();
    /**
     * Gets or sets the Outline to use to color the item.
    */
    get itemOutline(): string;
    set itemOutline(v: string);
}
