import { ProfilePicture } from '../shapes/ProfilePicture.js';
export declare const ProfilePictureView: import("lincd/utils/LinkedComponent").LinkedComponent<{
    className: string;
    width?: number;
}, ProfilePicture>;
