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