export function Providers({ children }: {
    children: any;
}): import("react").JSX.Element;
