import type { EditorHost } from '@blocksuite/std'; /** * @example * ```ts * toast('Hello World'); * ``` */ export declare const toast: (editorHost: EditorHost, message: string, duration?: number) => HTMLDivElement; //# sourceMappingURL=toast.d.ts.map