import { GridBaseRow } from '../Grid';
import { ColDefT, GenericCellEditorProps } from '../GridCell';
import { GridFormPopoverMenuProps } from '../gridForm/GridFormPopoverMenu';
import { GenericCellColDef } from '../gridRender/GridRenderGenericCell';
/**
 * Popout burger menu
 */
export declare const GridPopoverMenu: <TData extends GridBaseRow>(colDef: GenericCellColDef<TData>, custom: GenericCellEditorProps<GridFormPopoverMenuProps<TData>>) => ColDefT<TData>;
