import * as class_variance_authority_dist_types from 'class-variance-authority/dist/types'; import * as React from 'react'; import * as ToastPrimitives from '@radix-ui/react-toast'; import { VariantProps } from 'class-variance-authority'; declare const ToastProvider: React.FC; declare const ToastViewport: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const Toast: React.ForwardRefExoticComponent, "ref"> & VariantProps<(props?: { variant?: "default" | "destructive"; } & class_variance_authority_dist_types.ClassProp) => string> & React.RefAttributes>; declare const ToastAction: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const ToastClose: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const ToastTitle: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const ToastDescription: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; type ToastProps = React.ComponentPropsWithoutRef; type ToastActionElement = React.ReactElement; export { Toast, ToastAction, type ToastActionElement, ToastClose, ToastDescription, type ToastProps, ToastProvider, ToastTitle, ToastViewport };