/// import React from 'react'; export default class ImagePickerExample extends React.Component { constructor(props: any); handleFileChange: (files: any) => void; handleFile2Change: (files2: any) => void; render(): JSX.Element; }