DropdownRenderFunction: ((props: {
    blockRef: RefObject<HTMLDivElement>;
    clearInput: (() => void);
    closeDropDown: (() => void);
    selectedOptions: SelectOption[];
}) => ReactNode)