import { defaultasReact } from'react';
import { SelectProps } from'./types';
/** We need to add autoComplete off to avoid select UI issues when is an input */exportdeclareconstSelect: React.ForwardRefExoticComponent<Omit<SelectProps, "ref"> & React.RefAttributes<HTMLInputElement>>;