import { InputHTMLAttributes } from 'react'; export declare type InputProps = { error?: boolean; } & InputHTMLAttributes;