export declare const ALERT_TYPES: readonly ["primary", "success", "warning", "danger", "info", "gray"]; export type AlertType = (typeof ALERT_TYPES)[number];