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