import { ComplexBase } from '@syncfusion/ej2-react-base';
import { ToolbarItemModel } from '@syncfusion/ej2-schedule';
export interface ToolbarItemDirTypecast {
template?: string | Function | any;
}
/**
* `ToolbarItemsDirective` represent a custom toolbar items of the react Schedule.
* It must be contained in a Schedule component(`SchduleComponent`).
* ```tsx
*
*
*
*
*
*
*
* ```
*/
export declare class ToolbarItemDirective extends ComplexBase {
static moduleName: string;
}
export declare class ToolbarItemsDirective extends ComplexBase<{}, {}> {
static propertyName: string;
static moduleName: string;
}