import React from "react"; import { type TypographyColor } from "@vibe/typography"; type AlertBannerContextType = { textColor: Extract; }; export declare const AlertBannerContext: React.Context; export {};