import { ComponentProps } from 'react'; export interface ChatComposerProps extends ComponentProps<'div'> { } /** The container under the messages, usually holding a `PromptInput`. */ export declare function ChatComposer({ className, ...props }: ChatComposerProps): import("react/jsx-runtime").JSX.Element; export declare namespace ChatComposer { var displayName: string; } //# sourceMappingURL=chat-composer.d.ts.map