import React from 'react'; import './index.less'; interface IconDataListType { imgsData: any[]; getEditorApi: any; selectedData: any; onSelect: any; loading: boolean; } declare const IconDataList: React.FC; export default IconDataList;