import "react-toastify/dist/ReactToastify.css";
import '../index.css';
interface BugReporter {
    apiKey?: string;
    lang: string;
}
declare const BugReporter: React.FC<BugReporter>;
export default BugReporter;
