import * as React from 'react'; import type { DefaultOptionType, InternalFieldNames, LegacyKey, SingleValueType } from '../Cascader'; import type { RefOptionListProps } from './List'; declare const _default: (ref: React.Ref, options: DefaultOptionType[], fieldNames: InternalFieldNames, activeValueCells: LegacyKey[], setActiveValueCells: (activeValueCells: LegacyKey[]) => void, onKeyBoardSelect: (valueCells: SingleValueType, option: DefaultOptionType) => void, contextProps: { direction?: "rtl" | "ltr" | undefined; searchValue: string; toggleOpen: (open?: boolean) => void; open?: boolean | undefined; }) => void; export default _default;