import * as React from 'react'; import type { SelectProps } from './types'; declare function SingleSelect(props: Partial): React.JSX.Element; export default SingleSelect;