/// import "./style.css"; interface IProps { label?: string; onchange?: (files: FileList | null) => void; } export declare function Upload(props: IProps): JSX.Element; export {};