import React from 'react'; import './styles/userListPanel.less'; export interface ImportUserListPropsI { importUserList?: (name: string, id: string) => void; } declare const ImportUserList: React.FC; export default ImportUserList;