import { type SpiritToastBarProps } from '../../types'; export declare function useToastIcon({ color, iconName }: Partial): string;