import { Plugin } from 'vue'; import { ToastConfig } from 'toastflow-core'; export declare function createToastflow(config?: Partial): Plugin;