import cls from 'classnames'; import { forwardRef, type HTMLProps } from 'react'; const TextInput = forwardRef>( (props, ref) => ( ) ); export default TextInput;