export declare const ALERT_SENTIMENTS: readonly ['danger', 'info', 'success', 'warning', 'neutral']; export type AlertSentiment = (typeof ALERT_SENTIMENTS)[number]; //# sourceMappingURL=type.d.ts.map