import { default as React } from 'react'; import { Toaster } from 'sonner'; export type RootProps = React.ComponentPropsWithoutRef; /** This component renders all the toasts, you can place it anywhere in your app. */ export declare const Root: { ({ className, ...props }: RootProps): import("react/jsx-runtime").JSX.Element; displayName: string; };