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