import type { Message } from '../../types/api'; interface BranchModalProps { isOpen: boolean; onClose: () => void; sessionId: string; message: Message; onBranchCreated?: (newSessionId: string) => void; } export declare function BranchModal({ isOpen, onClose, sessionId, message, onBranchCreated, }: BranchModalProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=BranchModal.d.ts.map