import React from 'react'; import type { KanbanPanelPropsTyped } from '../types'; /** * KanbanPanel - A kanban board panel for visualizing Backlog.md tasks. * * This panel shows: * - Kanban board with configurable status columns * - Task cards with priority indicators * - Labels and assignee information */ export declare const KanbanPanel: React.FC; //# sourceMappingURL=KanbanPanel.d.ts.map