import React, { ComponentPropsWithoutRef } from 'react';
export declare const NJAvatarPicture: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & React.RefAttributes<HTMLImageElement>>;
export type NJAvatarPictureProps = ComponentPropsWithoutRef<'img'>;
