/// <reference types="react" />
import type { SelectProps } from './type';
declare const Input: import("react").NamedExoticComponent<SelectProps>;
export default Input;
