import React from 'react'; export interface KanbanCreateColumnProps { onCreate?: () => void; } export declare const KanbanCreateColumn: React.FC;