import { ComplexBase } from '@syncfusion/ej2-react-base';
import { AddDialogFieldSettingsModel } from '@syncfusion/ej2-gantt';
/**
* `AddDialogFieldDirective` represent a add dialog fields of the react Gantt.
* It must be contained in a Gantt component(`GanttComponent`).
* ```tsx
*
*
*
*
*
*
* ```
*/
export declare class AddDialogFieldDirective extends ComplexBase {
static moduleName: string;
}
export declare class AddDialogFieldsDirective extends ComplexBase<{}, {}> {
static propertyName: string;
static moduleName: string;
}