import { Component } from 'vue'; import { UIState } from '../declaration'; import { VsToastInfo, VsToastOptions } from '../components/vs-toast/types'; export declare function getToastInfo(content: string | Component, state: Exclude, options?: VsToastOptions): VsToastInfo;