///
import type { ToasterProps } from 'react-hot-toast';
import toast from 'react-hot-toast';
export type ToastProps = ToasterProps;
export declare const ToastProvider: import("react").ForwardRefExoticComponent<{
[index: `data-${string}`]: unknown;
as?: any;
css?: import("@fuel-ui/css").ThemeUtilsCSS | undefined;
className?: string | undefined;
children?: import("react").ReactNode;
} & ToasterProps & import("react").RefAttributes>;
export { toast };