import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core'; import { IComponentBase } from '@syncfusion/ej2-angular-base'; import { Chart3D } from '@syncfusion/ej2-charts'; import { Chart3DSeriesCollectionDirective } from './series.directive'; import { Chart3DAxesDirective } from './axes.directive'; import { Chart3DRowsDirective } from './rows.directive'; import { Chart3DColumnsDirective } from './columns.directive'; import { Chart3DSelectedDataIndexesDirective } from './selecteddataindexes.directive'; import * as i0 from "@angular/core"; export declare const inputs: string[]; export declare const outputs: string[]; export declare const twoWays: string[]; /** * 3D Chart Component * ```html * * ``` */ export declare class Chart3DComponent extends Chart3D implements IComponentBase { private ngEle; private srenderer; private viewContainerRef; private injector; context: any; tagObjects: any; afterExport: any; axisLabelRender: any; beforeExport: any; beforePrint: any; beforeResize: any; chart3DMouseClick: any; chart3DMouseDown: any; chart3DMouseLeave: any; chart3DMouseMove: any; chart3DMouseUp: any; legendClick: any; legendRender: any; load: any; loaded: any; pointClick: any; pointMove: any; pointRender: any; resized: any; selectionComplete: any; seriesRender: any; textRender: any; tooltipRender: any; dataSourceChange: any; childSeries: QueryList; childAxes: QueryList; childRows: QueryList; childColumns: QueryList; childSelectedDataIndexes: QueryList; tags: string[]; tooltip_template: any; constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector); ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; ngAfterContentChecked(): void; registerEvents: (eventList: string[]) => void; addTwoWay: (propList: string[]) => void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }