import React from 'react'; import { CommonProps } from './types/common'; interface AvatarWrapperProps extends CommonProps { rootClassName: string; ref: any; } export declare const AvatarWrapper: React.FC; export {};