import React, { ReactNode } from 'react'; export declare function Providers({ children }: { children: ReactNode; }): React.JSX.Element;