type StreamSlotProps = { className?: string; errorHtml?: string; fallbackHtml?: string; id: string; resolve: () => Promise | string; timeoutMs?: number; }; export declare const StreamSlot: ({ className, errorHtml, fallbackHtml, id, resolve, timeoutMs }: StreamSlotProps) => import("react/jsx-runtime").JSX.Element; export {};