import { ComplexBase } from '@syncfusion/ej2-react-base';
import { SpeedDialItemModel } from '@syncfusion/ej2-buttons';
/**
* `SpeedDialItemDirective` represent a item of the React SpeedDial.
* It must be contained in a SpeedDial component(`SpeedDialComponent`).
* ```tsx
*
*
*
*
*
*
* ```
*/
export declare class SpeedDialItemDirective extends ComplexBase {
static moduleName: string;
}
export declare class SpeedDialItemsDirective extends ComplexBase<{}, {}> {
static propertyName: string;
static moduleName: string;
}