/// import { TToastType } from "../DSToast.types"; interface ToastIconProps { toastType: TToastType; } export declare function ToastIcon({ toastType }: ToastIconProps): JSX.Element; export {};