import { ComplexBase } from '@syncfusion/ej2-react-base'; import { StackedHeadersModel } from '@syncfusion/ej2-kanban'; /** * `StackedHeadersDirective` represent a stacked header of the react Kanban board. * It must be contained in a Kanban component(`KanbanComponent`). * ```tsx * * * * * * * ``` */ export declare class StackedHeaderDirective extends ComplexBase { static moduleName: string; } export declare class StackedHeadersDirective extends ComplexBase<{}, {}> { static propertyName: string; static moduleName: string; }