import type { BeanCollection } from '../../context/context';
import type { Column } from '../../interfaces/iColumn';
export declare function showColumnMenu(beans: BeanCollection, colKey: string | Column): void;
export declare function hidePopupMenu(beans: BeanCollection): void;
