import { type ElementType } from 'react'; import { type SpiritAlertProps } from '../../types'; export declare function useAlertIcon({ color, iconName }: SpiritAlertProps): string;