import { ComplexBase } from '@syncfusion/ej2-react-base'; import { ItemModel } from '@syncfusion/ej2-splitbuttons'; export declare class DropDownButtonItemDirective extends ComplexBase { static moduleName: string; } export declare class DropDownButtonItemsDirective extends ComplexBase<{}, {}> { static propertyName: string; static moduleName: string; }