import './LinkBranch.less'; import './commom.less'; interface ILinkBranchModalProps { issueId: string; onOk?: Function; projectId?: string; } declare const openLinkBranchModal: (props: ILinkBranchModalProps) => void; export default openLinkBranchModal;