import { FocusableRefValue } from '@react-types/shared'; import * as React from 'react'; import { SelectProps } from './types'; declare const _Select: (props: SelectProps & { ref?: React.MutableRefObject>; }) => React.ReactElement; export { _Select as Select };