import { FC } from 'react'; import { ImageProps } from '@tarojs/components/types/Image'; declare const Image: FC; export default Image;