import React from 'react'; import { SelectItemWithEventProps, SelectProps } from './type'; export type { SelectItemWithEventProps, SelectProps }; declare const Select: React.ForwardRefExoticComponent>; export default Select;