import * as React from 'react';
import type { ToasterContextMethods } from "../types.js";
export declare const ToasterContext: React.Context<ToasterContextMethods | null>;
