/**
 * KanbanBoard Component Export
 */
export { default as KanbanBoard } from './KanbanBoard.svelte';
export type * from './types';
//# sourceMappingURL=index.d.ts.map