/** 判断是否是图片链接 */ declare function isImg(path: string): boolean; export default isImg;