export declare const StreamSlot: import("vue").DefineComponent<{ className?: string | undefined; errorHtml?: string | undefined; fallbackHtml: string; id: string; resolve: () => Promise | string; timeoutMs?: number | undefined; }, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{ className?: string | undefined; errorHtml?: string | undefined; fallbackHtml: string; id: string; resolve: () => Promise | string; timeoutMs?: number | undefined; }> & Readonly<{}>, { errorHtml: string; fallbackHtml: string; timeoutMs: number; className: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;