import { type PropsWithChildren } from 'react'; import React from 'react'; export declare const ToastProvider: { ({ children, ...props }: PropsWithChildren): import("react/jsx-runtime").JSX.Element; displayName: string; }; //# sourceMappingURL=ToastProvider.d.ts.map