export default Toast; declare function Toast({ toastOptions }: { toastOptions: any; }): import("react/jsx-runtime").JSX.Element;