interface GitCreateBranchModalProps { isOpen: boolean; onClose: () => void; currentBranch?: string; startPoint?: string; defaultName?: string; onCreated?: (branchName: string, checkedOut: boolean) => void; } export declare function GitCreateBranchModal({ isOpen, onClose, currentBranch, startPoint, defaultName, onCreated, }: GitCreateBranchModalProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=GitCreateBranchModal.d.ts.map