import { type PopupTarget } from '@blocksuite/affine-components/context-menu'; import type { KanbanSelectionController } from './controller/selection.js'; import type { KanbanViewUILogic } from './kanban-view-ui-logic.js'; export declare const openDetail: (kanbanViewLogic: KanbanViewUILogic, rowId: string, selection: KanbanSelectionController) => void; export declare const popCardMenu: (kanbanViewLogic: KanbanViewUILogic, ele: PopupTarget, rowId: string, selection: KanbanSelectionController) => void; //# sourceMappingURL=menu.d.ts.map