export declare const avatarAbbreviationCSS: import("@vanilla-extract/recipes").RuntimeFn<{ size: { small: { minWidth: string; }; default: { minWidth: string; }; }; disabled: { true: { borderColor: string; backgroundColor: string; color: string; zIndex: number; ':before': { content: "\"\""; aspectRatio: "1/1"; backgroundColor: string; borderRadius: "50%"; pointerEvents: "none"; position: "absolute"; zIndex: number; }; }; false: { selectors: { '&[tabindex]:hover, button.&:hover, a.&:hover, &:focus': { backgroundColor: string; borderColor: string; zIndex: number; }; 'button.&:hover, a.&:hover, button.&:active, a.&:active': { cursor: "pointer"; zIndex: number; }; '&[tabindex]:active, button.&:active, a.&:active': { backgroundColor: string; borderColor: string; zIndex: number; }; }; }; }; }>; export declare const avatarWrapperCSS: string; export declare const avatarSubtitleCSS: string; export declare const avatarDisabledCSS: string;