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