import { FileChangeEvent } from '../types'; declare const mountFileInput: (onChange: (event: FileChangeEvent) => void) => HTMLInputElement; export default mountFileInput; //# sourceMappingURL=mountFileInput.d.ts.map