import { AlertVariant } from '../../types'; export interface AlertContextState { variant: AlertVariant; } export declare const AlertProvider: any, useAlertContext: any;