import type { YwAvatarProps } from '../../types'; import type { GroupProps } from 'antd/lib/avatar'; declare const YwAvatar: { (props: YwAvatarProps): JSX.Element; Group: React.FC; defaultProps: { src: string; shape: string; userName: string; showName: boolean; icon: any; leaveJob: boolean; type: string; }; }; export default YwAvatar;