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