import type { ChatReply, Theme } from '../../schemas'; type Props = { ref: HTMLDivElement | undefined; block: NonNullable; hasHostAvatar: boolean; guestAvatar?: Theme['chat']['guestAvatar']; isInputPrefillEnabled: boolean; streamingHandlers?: { onInput?: (e: Event) => void; onSubmit: (e: Event) => void; }; }; export declare const StreamInput: (props: Props) => import("solid-js").JSX.Element; export {}; //# sourceMappingURL=StreamInput.d.ts.map