import { HTMLAttributes } from 'react'; export interface SelectNativeProps extends HTMLAttributes { disabled?: boolean; errorList?: string[]; helperText?: string; label?: string; loading?: boolean; multiple?: boolean; required?: boolean; } /** * The `SelectNative` gives Neo styling to a native `