declare const ICON_INTENTS: { danger: "alert-circle"; info: "info-circle"; normal: "info-circle"; primary: "tick-circle"; success: "tick-circle"; warning: "warning"; }; export default ICON_INTENTS;