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