export type ToastContextValue = {
    hidden: boolean;
};
export declare const ToastContext: import("react").Context<ToastContextValue | null>;
//# sourceMappingURL=ToastContext.d.ts.map