import { FC } from 'react'; import type { IShaImageProps } from './interface'; declare const ShaImage: FC; export default ShaImage;