interface props { visible: boolean; setVisible: (arg: boolean) => void; onOk: () => void; api: any; pid: string; hosCode?: string; commentIssueTypeList?: any; switchStatus?: boolean; } declare const _default: ({ visible, setVisible, onOk, api, pid, hosCode, commentIssueTypeList, switchStatus, }: props) => JSX.Element; export default _default;