import type { ToastItemRendererProps } from './types'; /** * Memoized toast item component to prevent unnecessary re-renders * Only re-renders when the toast item itself changes */ export declare const ToastItemRenderer: import("react").MemoExoticComponent<({ toastItem, show, hide, index, total, heights, maxVisibleToasts }: ToastItemRendererProps) => import("react").ReactElement>>; //# sourceMappingURL=toast-item-renderer.d.ts.map