import { RootProps } from './toast-root'; import { toast } from 'sonner'; export declare const Toast: { ({ className, ...props }: RootProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export { toast }; export type ToastProps = RootProps;