import React from "react"; import { type IconSubComponentProps } from "@vibe/icon"; import { type ToastType } from "./Toast.types"; export declare const getIcon: (type: ToastType, icon: string | React.FC | null) => React.JSX.Element;