/// <reference types="react" />
export type InputType = Omit<React.InputHTMLAttributes<HTMLInputElement>, 'size' | 'width' | 'type'>;
