/// <reference types="react" />
import { Type } from '../../types';
interface IToastIcon {
    /** Icon type */
    type: Type;
}
export declare const toastIcon: ({ type }: IToastIcon) => JSX.Element;
export {};
