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