import type { FC } from 'react'; import { AvatarProps } from 'antd'; declare const Avatar: FC; export default Avatar;