interface ChatPanelProps { isOpen: boolean; onClose: () => void; position?: "bottom-right" | "bottom-left"; title?: string; avatar?: string; } export declare function ChatPanel({ isOpen, onClose, position, title, avatar, }: ChatPanelProps): import("react/jsx-runtime").JSX.Element | null; export {}; //# sourceMappingURL=chat-panel.d.ts.map