import { RecipeVariants } from '@vanilla-extract/recipes'; export declare const userAvatar: import('@vanilla-extract/recipes').RuntimeFn<{ size: { small: string; medium: string; large: string; }; scheme: { accent1: string; transparent: string; }; type: { image: {}; initials: {}; }; }>; export type UserAvatarVariants = RecipeVariants;