export declare const VvAvatarProps: { /** * Image src for avatar */ imgSrc: StringConstructor; modifiers: { type: PropType; default: undefined; }; };