import { IgrDataChart } from "./igr-data-chart";
import { DomainChartTestingInfo as DomainChartTestingInfo_internal } from "./DomainChartTestingInfo";
import { ContentChildrenManager } from "igniteui-react-core";
export declare class IgrDomainChartTestingInfo {
    protected createImplementation(): DomainChartTestingInfo_internal;
    protected _implementation: any;
    protected mounted: boolean;
    get nativeElement(): HTMLElement;
    /**
     * @hidden
     */
    get i(): DomainChartTestingInfo_internal;
    protected onImplementationCreated(): void;
    protected _contentChildrenManager: ContentChildrenManager;
    constructor();
    protected _provideImplementation(i: any): void;
    get mainDataChart(): IgrDataChart;
    set mainDataChart(v: IgrDataChart);
    findByName(name: string): any;
}
