import 'react-toastify/dist/ReactToastify.css'; type AppProps = { setParentReduxState: (a: string) => void; }; declare const App: ({ setParentReduxState }: AppProps) => import("react/jsx-runtime").JSX.Element; export default App;