import type { Type } from "./types";
export declare const TYPE_OPTIONS: Record<"INFO" | "SUCCESS" | "WARNING" | "CRITICAL", Type>;
export declare const TOKENS: {
    backgroundAlert: string;
    colorIconAlert: string;
    colorTextLinkAlertHover: string;
    colorTextLinkAlertFocus: string;
    colorBorderAlert: string;
    colorAccentBorder: string;
};
export declare const CLOSE_BUTTON_DATA_TEST = "AlertCloseButton";
