import { PieSliceOthersContext as PieSliceOthersContext_internal } from "./PieSliceOthersContext";
/**
 * Represents the selected data contained inside the Others slice.
*/
export declare class IgxPieSliceOthersContext {
    protected createImplementation(): PieSliceOthersContext_internal;
    protected _implementation: any;
    /**
     * @hidden
     */
    get i(): PieSliceOthersContext_internal;
    private onImplementationCreated;
    constructor();
    protected _provideImplementation(i: any): void;
    /**
     * The underlying data contained by the Others pie slice.
    */
    findByName(name: string): any;
}
