import type { KanbanBoardProps } from "./types"; export declare function KanbanBoard({ columns: initialColumns, onCardMove, onCardClick, onAddCard, onColumnReorder, draggable, showAddButton, className, }: KanbanBoardProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=kanban-board.d.ts.map