import React from "react"; import { ToastContextType } from "./useToasts"; type Props = { children: React.ReactNode; xOffset?: ToastContextType["toastXOffset"]; yOffset?: ToastContextType["toastYOffset"]; }; export declare const ToastProvider: ({ children, xOffset, yOffset }: Props) => React.JSX.Element; export {}; //# sourceMappingURL=ToastProvider.d.ts.map