import { ProvidersProps } from "./types"; export default function Providers({ children }: ProvidersProps): import("react/jsx-runtime").JSX.Element;