import { type PopupTarget } from '@blocksuite/affine-components/context-menu'; import type { SingleView } from '../../../core/index.js'; import type { MobileTableViewUILogic } from './table-view-ui-logic.js'; export declare const popMobileRowMenu: (target: PopupTarget, rowId: string, tableViewLogic: MobileTableViewUILogic, view: SingleView) => void; //# sourceMappingURL=menu.d.ts.map