import { BaseComponent } from "../../core/BaseComponent.js"; import type { BacklogBoardOptions } from "./BacklogBoard.types.js"; export declare class BacklogBoard extends BaseComponent { private options; private columns; private dragData; private columnEls; private boardEl?; private editing; private hydrated; constructor(options: BacklogBoardOptions); init(): void; destroy(): void; private tryHydrate; private render; private createColumn; private createCard; private handleDragStart; private handleDragOver; private handleDragLeave; private handleDrop; private handleDragEnd; private moveItem; private refreshColumns; private updateColumnTitle; private updateItem; private startInlineEdit; private handleAddColumn; private handleAddItem; } //# sourceMappingURL=BacklogBoard.d.ts.map