import { type PopupTarget } from '@blocksuite/affine-components/context-menu'; import type { TableSelectionController } from './controller/selection.js'; import type { TableViewUILogic } from './table-view-ui-logic.js'; export declare const openDetail: (tableViewLogic: TableViewUILogic, rowId: string, selection: TableSelectionController) => void; export declare const popRowMenu: (tableViewLogic: TableViewUILogic, ele: PopupTarget, selectionController: TableSelectionController) => void; //# sourceMappingURL=menu.d.ts.map