export declare const NvAvatarShapes: { readonly square: "square"; readonly circle: "circle"; }; export type NvAvatarShapes = (typeof NvAvatarShapes)[keyof typeof NvAvatarShapes];