import React from 'react'; import { SelectProps } from 'choerodon-ui/pro/lib/select/Select'; interface Props extends Partial { flat?: boolean; projectId?: string; issueId?: string; excludeIssueIds?: string[]; } declare const SelectIssuesInLink: React.FC; export default SelectIssuesInLink;