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