import "react-toastify/dist/ReactToastify.css";
import '../index.css';
interface BugReporter {
    apiKey?: string;
    lang: string;
}
export declare const API_UPLOAD_IMAGE_URL = "https://file.itmafrica.com/api/uploadimage/test";
declare const BugReporter: React.FC<BugReporter>;
export default BugReporter;
