import * as React from 'react';
import type { InternalToastProps } from "../types.js";
export declare const ToastsContext: React.Context<InternalToastProps[]>;
