export default function ErrorToastContainer({ children }: {
    children: any;
}): any;
