import { ViewContainerRef } from '@angular/core';
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
import * as i0 from "@angular/core";
/**
* 'e-speeddialitem' directive represent a item of the Angular SpeedDial.
* It must be contained in a SpeedDial component(`ejs-speeddial`).
* ```html
*
*
*
*
*
*
* ```
*/
export declare class SpeedDialItemDirective extends ComplexBase {
private viewContainerRef;
directivePropList: any;
/**
* Defines whether to enable or disable the SpeedDialItem.
* @default false
*/
disabled: any;
/**
* Defines one or more CSS classes to include an icon or image in speed dial item.
* @default ''
*/
iconCss: any;
/**
* Defines a unique value for the SpeedDialItem which can be used to identify the item in event args.
* @default ''
*/
id: any;
/**
* Defines the text content of SpeedDialItem.
* Text won't be visible when mode is Radial.
* Also, in Linear mode, text won't be displayed when direction is Left or Right.
* @default ''
*/
text: any;
/**
* Defines the title of SpeedDialItem to display tooltip.
* @default ''
*/
title: any;
constructor(viewContainerRef: ViewContainerRef);
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵdir: i0.ɵɵDirectiveDeclaration;
}
/**
* SpeedDialItem Array Directive
* @private
*/
export declare class SpeedDialItemsDirective extends ArrayBase {
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵdir: i0.ɵɵDirectiveDeclaration;
}