/** * Kanban Constants */ /** @private */ export declare const actionBegin: string; /** @private */ export declare const actionComplete: string; /** @private */ export declare const actionFailure: string; /** @private */ export declare const cardClick: string; /** @private */ export declare const cardDoubleClick: string; /** @private */ export declare const cardRendered: string; /** @private */ export declare const queryCellInfo: string; /** @private */ export declare const dataBinding: string; /** @private */ export declare const dataBound: string; /** @private */ export declare const dragStart: string; /** @private */ export declare const drag: string; /** @private */ export declare const dragStop: string; /** @private */ export declare const documentClick: string; /** @private */ export declare const dialogOpen: string; /** @private */ export declare const dialogClose: string; /** @private */ export declare const contentReady: string; /** @private */ export declare const dataReady: string; /** @private */ export declare const bottomSpace: number; /** @private */ export declare const cardSpace: number; /** @private */ export declare const toggleWidth: number; /** @hidden */ export declare const dataSourceChanged: string; /** @hidden */ export declare const dataStateChange: string; /** @private */ export declare const columnDragStart: string; /** @private */ export declare const columnDrag: string; /** @private */ export declare const columnDrop: string;