import { ErrorHandler, FileChangeEvent, ApplicationState, ListenerAction } from '../types'; declare const handleFileInputChange: (event: FileChangeEvent, getState: () => ApplicationState, setState: (state: Partial) => void, onSubmit: (result: string, blob: Blob | null, state: ApplicationState) => void, subscribe: (prop: string, action: ListenerAction) => string, unsubscribeAll: () => void, onError?: ErrorHandler) => void; export default handleFileInputChange; //# sourceMappingURL=handleFileInputChange.d.ts.map