import type { SelectProps } from './types'; declare function SingleSelect(props: Partial): import("react/jsx-runtime").JSX.Element; export default SingleSelect;