Type '{ onChange: (e: ChangeEvent<HTMLInputElement>) => void; isTabled: boolean; label: string; size: string; InputProps: { startAdornment: Element; endAdornment: Element; ref: Ref<...>; className: string; }; ... 4 more ...; inputProps: InputHTMLAttributes<...>; }' is not assignable to type 'IntrinsicAttributes & MUIStyledCommonProps<Theme> & { isTabled: boolean; } & { children?: ReactNode; }'.