import * as React from "react"; declare const ToastProvider: any; declare const ToastViewport: React.ForwardRefExoticComponent; declare const Toast: React.ForwardRefExoticComponent & React.RefAttributes>; declare const ToastAction: React.ForwardRefExoticComponent; declare const ToastClose: React.ForwardRefExoticComponent; declare const ToastTitle: React.ForwardRefExoticComponent; declare const ToastDescription: React.ForwardRefExoticComponent; type ToastProps = React.ComponentPropsWithoutRef; type ToastActionElement = React.ReactElement; export { type ToastProps, type ToastActionElement, ToastProvider, ToastViewport, Toast, ToastTitle, ToastDescription, ToastClose, ToastAction, }; //# sourceMappingURL=toast.d.ts.map