import React from 'react'; import { FinderProps } from '../../types'; export interface FinderRef { uploadImage: (file: any, callback: any) => void; } declare const Finder: React.ForwardRefExoticComponent>; export default Finder;