import * as react from 'react';
import { SelectProps, CombinedRefs } from './Select.types.js';
import '@radix-ui/react-select';

declare const Select: react.ForwardRefExoticComponent<SelectProps & react.RefAttributes<CombinedRefs>>;

export { Select, Select as default };
