import type { BarDock } from '../lib/voiceBar'; interface VoiceBarChatLineProps { dock: BarDock; canSend: boolean; onClose: () => void; embedded?: boolean; } export declare function VoiceBarChatLine({ dock, canSend, onClose, embedded, }: VoiceBarChatLineProps): import("react/jsx-runtime").JSX.Element; export {};