///
export declare const Toast: import("react").ForwardRefExoticComponent<{
className?: string | ((state: "invisible" | "visible" | "entering" | "exiting") => string) | undefined;
hideAfterSeconds?: number | undefined;
children: import("react").ReactNode | ((context: {
autoHide: boolean;
countdown: number;
close: VoidFunction;
state: "invisible" | "visible" | "entering" | "exiting";
}) => import("react").ReactNode);
noCache?: boolean | undefined;
onClose?: VoidFunction | undefined;
onEnter?: VoidFunction | undefined;
onLeave?: VoidFunction | undefined;
offset?: number | undefined;
placement?: "top" | "top-left" | "top-right" | "bottom" | "bottom-left" | "bottom-right" | undefined;
visible?: boolean | undefined;
} & import("react").RefAttributes>;
export declare const ErrorToast: import("react").ForwardRefExoticComponent<{
className?: string | ((state: "invisible" | "visible" | "entering" | "exiting") => string) | undefined;
hideAfterSeconds?: number | undefined;
children: import("react").ReactNode | ((context: {
autoHide: boolean;
countdown: number;
close: VoidFunction;
state: "invisible" | "visible" | "entering" | "exiting";
}) => import("react").ReactNode);
noCache?: boolean | undefined;
onClose?: VoidFunction | undefined;
onEnter?: VoidFunction | undefined;
onLeave?: VoidFunction | undefined;
offset?: number | undefined;
placement?: "top" | "top-left" | "top-right" | "bottom" | "bottom-left" | "bottom-right" | undefined;
visible?: boolean | undefined;
} & import("react").RefAttributes>;
//# sourceMappingURL=Toast.d.ts.map