/// interface AlertGroupContext { hasAnimations?: boolean; updateTransitionEnd?: (onTransitionEnd: () => void) => void; } export declare const AlertGroupContext: import("react").Context; export {}; //# sourceMappingURL=AlertGroupContext.d.ts.map