import { PieSliceOthersContext as PieSliceOthersContext_internal } from "./PieSliceOthersContext"; import { ContentChildrenManager } from "igniteui-react-core"; /** * Represents the selected data contained inside the Others slice. */ export declare class IgrPieSliceOthersContext { protected createImplementation(): PieSliceOthersContext_internal; protected _implementation: any; protected mounted: boolean; get nativeElement(): HTMLElement; /** * @hidden */ get i(): PieSliceOthersContext_internal; protected onImplementationCreated(): void; protected _contentChildrenManager: ContentChildrenManager; constructor(); protected _provideImplementation(i: any): void; /** * The underlying data contained by the Others pie slice. */ findByName(name: string): any; }