import { ReactNode } from 'react'; import { toastType } from '../types'; export declare const getIcon: (type?: toastType, color?: string, size?: number) => ReactNode; //# sourceMappingURL=index.d.ts.map