/// import { IImageProps } from "../../config/type"; declare function FImage(props: IImageProps): JSX.Element; export default FImage;