import * as React from 'react';
import { type DynamicToastContextType, type StableToastContextType } from './types';
export declare const ToastContext: React.Context<StableToastContextType | null>;
export declare const DynamicToastContext: React.Context<DynamicToastContextType | null>;
export declare const useToastContext: () => StableToastContextType;
export declare const useDynamicToastContext: () => DynamicToastContextType;
//# sourceMappingURL=context.d.ts.map