import { DataContextDescription } from "./DataContextDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class FunnelSliceDataContextDescription extends DataContextDescription {
    static $t: Type;
    protected get_type(): string;
    private static __marshalByValue1;
    private static __marshalByValueAlias1;
    constructor();
    private ad;
    get itemOutline(): string;
    set itemOutline(a: string);
}
