import React from "react"; export declare type CriyatorAvatarLabelProps = { pictureUrl?: string; name?: string; labelTextColor?: string; onClick?: () => void; size?: "small" | "medium" | "large"; }; export declare const CriyatorAvatarLabel: React.FC;