import { ToastConfig } from '../common'; declare const openToast: (config: ToastConfig) => void; declare const closeToast: () => void; export { closeToast, openToast };