import { IconType } from '../../components/IconProvider/IconType'; type SeverityType = 'error' | 'warning' | 'success' | 'info'; declare const SeverityIcons: { [key: string]: IconType; }; export default SeverityType; export { SeverityIcons };