///
import { ToastInstance as _ToastInstance } from './toast';
import type { ToastInstance, SmartToastOptions } from './PropTypes';
declare const Toast: import("react").FC;
declare const ToastInstance: typeof _ToastInstance;
export { Toast, ToastInstance };
export { SmartToast, SmartToastOptions } from './PropTypes';