import type { ReactNode } from 'react'; import { type ToastProviderContextValue } from './ToastProvider'; export declare function ToastPortal(props: { children: ReactNode; zIndex?: number; context: ToastProviderContextValue; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ToastPortal.d.ts.map