import { ChildProperty } from '@syncfusion/ej2-base';
/**
 * Holds the configuration of stacked header settings in kanban board.
 */
export declare class StackedHeaders extends ChildProperty<StackedHeaders> {
    /**
     * Defines the column header text
     *
     * @default null
     */
    text: string;
    /**
     * Defines the multiple columns keyField
     *
     * @default null
     */
    keyFields: string;
}
