import { FormSelectChoice } from '../../../../lib/types/types'; interface SelectListProps { getItemProps: any; highlightedIndex: number; itemToString: any; options: FormSelectChoice[]; } export declare const SelectListComponent: ({ getItemProps, highlightedIndex, options, itemToString }: SelectListProps) => import("react/jsx-runtime").JSX.Element; export {};