import type { ReactNode } from "react"; import { type ToastViewInput } from "./toast-rows.js"; export declare function ToastRow(props: ToastViewInput): ReactNode;