/** * 验证图片链接地址 * @param {*} str * @returns */ declare const isPicUrl: (str: string) => boolean; export default isPicUrl;