import { type ComponentPropsWithoutRef } from "react"; export interface ToastGroupProps extends ComponentPropsWithoutRef<"div"> { placement?: "top-right" | "bottom-right"; } export declare const ToastGroup: import("react").ForwardRefExoticComponent>;