import type { ToastConfig, ToastReturn } from './toast.types';
export declare function createToast(initConfig?: ToastConfig): ToastReturn;
