import type { Toast } from '../core/types';
interface Props {
    toast: Toast;
}
declare const ToastIcon: import("svelte").Component<Props, {}, "">;
type ToastIcon = ReturnType<typeof ToastIcon>;
export default ToastIcon;
