```ts
const FileUpload: ForwardRefExoticComponent<object & Omit<Omit<DetailedHTMLProps<LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "ref">, "onChange"> & RefAttributes<HTMLInputElement>>;
```
