/// import type { MenuProps as IMenuProps } from "react-select"; import type { IOption } from "../Combobox.types"; export declare const CustomMenu: ({ children, innerRef, innerProps }: IMenuProps) => JSX.Element;