import { PropsWithChildren } from "react"; import { Decorator } from "@storybook/react"; declare const Providers: (props: PropsWithChildren) => import("react/jsx-runtime").JSX.Element; export default Providers; export declare const providerDecorator: Decorator;