export function getIconForIntent(intent: { NONE: string; SUCCESS: string; WARNING: string; DANGER: string; }, props?: {}): JSX.Element;