import { FormField } from '@eclipse-scout/core';
import { Chart, ChartFieldModel } from '../../../index';
export declare class ChartField extends FormField implements ChartFieldModel {
    model: ChartFieldModel;
    chart: Chart;
    constructor();
    protected _render(): void;
    protected _renderChart(): void;
    protected _removeChart(): void;
    protected _linkWithLabel($element: JQuery): void;
}
//# sourceMappingURL=ChartField.d.ts.map