import { CustomSelectProps } from '../types'; export default function CustomSelect(props: CustomSelectProps): import("react/jsx-runtime").JSX.Element;