import { AbsoluteBodyCell, CellRenderContext } from "../types"; export declare const createEnumDropdown: (cell: AbsoluteBodyCell, context: CellRenderContext, currentValue: string, onComplete: () => void) => HTMLElement;