import { CellRenderParam } from "../../types"; import { KeyValueItem } from "./types"; export declare function CellEnumSelectList({ items, params }: { items: KeyValueItem[]; params: CellRenderParam; }): import("react/jsx-runtime").JSX.Element;