/// <reference types="react" />
import { SelectProps } from './types';
declare const RefBaseSelect: import("react").ForwardRefExoticComponent<SelectProps & import("react").RefAttributes<any>>;
export default RefBaseSelect;
