import { ComplexBase } from '@syncfusion/ej2-react-base'; import { ChartModel } from '@syncfusion/ej2-spreadsheet'; export declare class ChartDirective extends ComplexBase { static moduleName: string; } export declare class ChartsDirective extends ComplexBase<{}, {}> { static propertyName: string; static moduleName: string; }