import { ToastSourceModel } from '@xh/hoist/appcontainer/ToastSourceModel'; import './Toast.scss'; /** * Support for showing Toasts in an application. This component does not render any content * directly, but for technical reasons (primarily symmetry with mobile) it remains a component. * @internal */ export declare const toastSource: import("@xh/hoist/core").ElementFactory>;