import { InlineAlertType } from './inline-alert.types'; export declare const iconMap: { [InlineAlertType.Primary]: string; [InlineAlertType.Success]: string; [InlineAlertType.Warning]: string; [InlineAlertType.Error]: string; };