import { StickToBottom } from 'use-stick-to-bottom'; import { ComponentProps } from 'react'; import { Button } from '../ui/button'; export type ConversationProps = ComponentProps; export declare const Conversation: ({ className, ...props }: ConversationProps) => import("react/jsx-runtime").JSX.Element; export type ConversationContentProps = ComponentProps; export declare const ConversationContent: ({ className, ...props }: ConversationContentProps) => import("react/jsx-runtime").JSX.Element; export type ConversationScrollButtonProps = ComponentProps; export declare const ConversationScrollButton: ({ className, ...props }: ConversationScrollButtonProps) => false | import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=conversation.d.ts.map