/// export declare type CaAvatarProfilePhotoChatProps = { imageProfile: string; }; declare function CaAvatarProfilePhotoChat({ imageProfile }: CaAvatarProfilePhotoChatProps): JSX.Element; export default CaAvatarProfilePhotoChat;