import React from 'react'; import AvatarGroup from './avatar-group'; import { CSS } from '../theme/stitches.config'; import { AvatarVariantsProps } from './avatar.styles'; interface Props { text?: string; src?: string; icon?: React.ReactNode; alt?: string; className?: string; as?: keyof JSX.IntrinsicElements; } declare type NativeAttrs = Omit & React.HTMLAttributes>, keyof Props | 'sizes'>; export declare type AvatarProps = Props & AvatarVariantsProps & NativeAttrs & { css?: CSS; }; export declare const Avatar: React.ForwardRefExoticComponent { padding: { readonly [$$PropertyValue]: "padding"; }; }; pt: (value: { readonly [$$PropertyValue]: "paddingTop"; }) => { paddingTop: { readonly [$$PropertyValue]: "paddingTop"; }; }; pr: (value: { readonly [$$PropertyValue]: "paddingRight"; }) => { paddingRight: { readonly [$$PropertyValue]: "paddingRight"; }; }; pb: (value: { readonly [$$PropertyValue]: "paddingBottom"; }) => { paddingBottom: { readonly [$$PropertyValue]: "paddingBottom"; }; }; pl: (value: { readonly [$$PropertyValue]: "paddingLeft"; }) => { paddingLeft: { readonly [$$PropertyValue]: "paddingLeft"; }; }; px: (value: { readonly [$$PropertyValue]: "paddingLeft"; }) => { paddingLeft: { readonly [$$PropertyValue]: "paddingLeft"; }; paddingRight: { readonly [$$PropertyValue]: "paddingLeft"; }; }; py: (value: { readonly [$$PropertyValue]: "paddingTop"; }) => { paddingTop: { readonly [$$PropertyValue]: "paddingTop"; }; paddingBottom: { readonly [$$PropertyValue]: "paddingTop"; }; }; m: (value: { readonly [$$PropertyValue]: "margin"; }) => { margin: { readonly [$$PropertyValue]: "margin"; }; }; mt: (value: { readonly [$$PropertyValue]: "marginTop"; }) => { marginTop: { readonly [$$PropertyValue]: "marginTop"; }; }; mr: (value: { readonly [$$PropertyValue]: "marginRight"; }) => { marginRight: { readonly [$$PropertyValue]: "marginRight"; }; }; mb: (value: { readonly [$$PropertyValue]: "marginBottom"; }) => { marginBottom: { readonly [$$PropertyValue]: "marginBottom"; }; }; ml: (value: { readonly [$$PropertyValue]: "marginLeft"; }) => { marginLeft: { readonly [$$PropertyValue]: "marginLeft"; }; }; mx: (value: { readonly [$$PropertyValue]: "marginLeft"; }) => { marginLeft: { readonly [$$PropertyValue]: "marginLeft"; }; marginRight: { readonly [$$PropertyValue]: "marginLeft"; }; }; my: (value: { readonly [$$PropertyValue]: "marginTop"; }) => { marginTop: { readonly [$$PropertyValue]: "marginTop"; }; marginBottom: { readonly [$$PropertyValue]: "marginTop"; }; }; ta: (value: { readonly [$$PropertyValue]: "textAlign"; }) => { textAlign: { readonly [$$PropertyValue]: "textAlign"; }; }; tt: (value: { readonly [$$PropertyValue]: "textTransform"; }) => { textTransform: { readonly [$$PropertyValue]: "textTransform"; }; }; to: (value: { readonly [$$PropertyValue]: "textOverflow"; }) => { textOverflow: { readonly [$$PropertyValue]: "textOverflow"; }; }; d: (value: { readonly [$$PropertyValue]: "display"; }) => { display: { readonly [$$PropertyValue]: "display"; }; }; dflex: (value: { readonly [$$PropertyValue]: "alignItems"; }) => { display: string; alignItems: { readonly [$$PropertyValue]: "alignItems"; }; justifyContent: { readonly [$$PropertyValue]: "alignItems"; }; }; fd: (value: { readonly [$$PropertyValue]: "flexDirection"; }) => { flexDirection: { readonly [$$PropertyValue]: "flexDirection"; }; }; fw: (value: { readonly [$$PropertyValue]: "flexWrap"; }) => { flexWrap: { readonly [$$PropertyValue]: "flexWrap"; }; }; ai: (value: { readonly [$$PropertyValue]: "alignItems"; }) => { alignItems: { readonly [$$PropertyValue]: "alignItems"; }; }; ac: (value: { readonly [$$PropertyValue]: "alignContent"; }) => { alignContent: { readonly [$$PropertyValue]: "alignContent"; }; }; jc: (value: { readonly [$$PropertyValue]: "justifyContent"; }) => { justifyContent: { readonly [$$PropertyValue]: "justifyContent"; }; }; as: (value: { readonly [$$PropertyValue]: "alignSelf"; }) => { alignSelf: { readonly [$$PropertyValue]: "alignSelf"; }; }; fg: (value: { readonly [$$PropertyValue]: "flexGrow"; }) => { flexGrow: { readonly [$$PropertyValue]: "flexGrow"; }; }; fs: (value: { readonly [$$PropertyValue]: "fontSize"; }) => { fontSize: { readonly [$$PropertyValue]: "fontSize"; }; }; fb: (value: { readonly [$$PropertyValue]: "flexBasis"; }) => { flexBasis: { readonly [$$PropertyValue]: "flexBasis"; }; }; bc: (value: { readonly [$$PropertyValue]: "backgroundColor"; }) => { backgroundColor: { readonly [$$PropertyValue]: "backgroundColor"; }; }; bf: (value: { readonly [$$PropertyValue]: "backdropFilter"; }) => { backdropFilter: { readonly [$$PropertyValue]: "backdropFilter"; }; }; bg: (value: { readonly [$$PropertyValue]: "backgroundColor"; }) => { background: { readonly [$$PropertyValue]: "backgroundColor"; }; }; bgBlur: (value: { readonly [$$PropertyValue]: "backgroundColor"; }) => { bf: string; bg: { readonly [$$PropertyValue]: "backgroundColor"; }; }; bgColor: (value: { readonly [$$PropertyValue]: "backgroundColor"; }) => { backgroundColor: { readonly [$$PropertyValue]: "backgroundColor"; }; }; backgroundClip: (value: { readonly [$$PropertyValue]: "backgroundClip"; }) => { WebkitBackgroundClip: { readonly [$$PropertyValue]: "backgroundClip"; }; backgroundClip: { readonly [$$PropertyValue]: "backgroundClip"; }; }; bgClip: (value: { readonly [$$PropertyValue]: "backgroundClip"; }) => { WebkitBackgroundClip: { readonly [$$PropertyValue]: "backgroundClip"; }; backgroundClip: { readonly [$$PropertyValue]: "backgroundClip"; }; }; br: (value: { readonly [$$PropertyValue]: "borderRadius"; }) => { borderRadius: { readonly [$$PropertyValue]: "borderRadius"; }; }; bw: (value: { readonly [$$PropertyValue]: "borderWidth"; }) => { borderWidth: { readonly [$$PropertyValue]: "borderWidth"; }; }; btrr: (value: { readonly [$$PropertyValue]: "borderTopRightRadius"; }) => { borderTopRightRadius: { readonly [$$PropertyValue]: "borderTopRightRadius"; }; }; bbrr: (value: { readonly [$$PropertyValue]: "borderBottomRightRadius"; }) => { borderBottomRightRadius: { readonly [$$PropertyValue]: "borderBottomRightRadius"; }; }; bblr: (value: { readonly [$$PropertyValue]: "borderBottomLeftRadius"; }) => { borderBottomLeftRadius: { readonly [$$PropertyValue]: "borderBottomLeftRadius"; }; }; btlr: (value: { readonly [$$PropertyValue]: "borderTopLeftRadius"; }) => { borderTopLeftRadius: { readonly [$$PropertyValue]: "borderTopLeftRadius"; }; }; bs: (value: { readonly [$$PropertyValue]: "boxShadow"; }) => { boxShadow: { readonly [$$PropertyValue]: "boxShadow"; }; }; ds: (value: { readonly [$$PropertyValue]: "boxShadow"; }) => { dropShadow: { readonly [$$PropertyValue]: "boxShadow"; }; }; shadow: (value: { readonly [$$PropertyValue]: "boxShadow"; }) => { boxShadow: { readonly [$$PropertyValue]: "boxShadow"; }; }; dshadow: (value: { readonly [$$PropertyValue]: "boxShadow"; }) => { dropShadow: { readonly [$$PropertyValue]: "boxShadow"; }; }; dropShadow: (value: { readonly [$$PropertyValue]: "boxShadow"; }) => { filter: string; }; normalShadow: (value: { readonly [$$PropertyValue]: "backgroundColor"; }) => { boxShadow: string; }; normalShadowVar: (value: { readonly [$$PropertyValue]: "backgroundColor"; }) => { boxShadow: string; }; lh: (value: { readonly [$$PropertyValue]: "lineHeight"; }) => { lineHeight: { readonly [$$PropertyValue]: "lineHeight"; }; }; ov: (value: { readonly [$$PropertyValue]: "overflow"; }) => { overflow: { readonly [$$PropertyValue]: "overflow"; }; }; ox: (value: { readonly [$$PropertyValue]: "overflowX"; }) => { overflowX: { readonly [$$PropertyValue]: "overflowX"; }; }; oy: (value: { readonly [$$PropertyValue]: "overflowY"; }) => { overflowY: { readonly [$$PropertyValue]: "overflowY"; }; }; pe: (value: { readonly [$$PropertyValue]: "pointerEvents"; }) => { pointerEvents: { readonly [$$PropertyValue]: "pointerEvents"; }; }; events: (value: { readonly [$$PropertyValue]: "pointerEvents"; }) => { pointerEvents: { readonly [$$PropertyValue]: "pointerEvents"; }; }; us: (value: { readonly [$$PropertyValue]: "userSelect"; }) => { WebkitUserSelect: { readonly [$$PropertyValue]: "userSelect"; }; userSelect: { readonly [$$PropertyValue]: "userSelect"; }; }; userSelect: (value: { readonly [$$PropertyValue]: "userSelect"; }) => { WebkitUserSelect: { readonly [$$PropertyValue]: "userSelect"; }; userSelect: { readonly [$$PropertyValue]: "userSelect"; }; }; w: (value: { readonly [$$PropertyValue]: "width"; }) => { width: { readonly [$$PropertyValue]: "width"; }; }; h: (value: { readonly [$$PropertyValue]: "height"; }) => { height: { readonly [$$PropertyValue]: "height"; }; }; mw: (value: { readonly [$$PropertyValue]: "maxWidth"; }) => { maxWidth: { readonly [$$PropertyValue]: "maxWidth"; }; }; maxW: (value: { readonly [$$PropertyValue]: "maxWidth"; }) => { maxWidth: { readonly [$$PropertyValue]: "maxWidth"; }; }; mh: (value: { readonly [$$PropertyValue]: "maxHeight"; }) => { maxHeight: { readonly [$$PropertyValue]: "maxHeight"; }; }; maxH: (value: { readonly [$$PropertyValue]: "maxHeight"; }) => { maxHeight: { readonly [$$PropertyValue]: "maxHeight"; }; }; size: (value: { readonly [$$PropertyValue]: "width"; }) => { width: { readonly [$$PropertyValue]: "width"; }; height: { readonly [$$PropertyValue]: "width"; }; }; minSize: (value: { readonly [$$PropertyValue]: "width"; }) => { minWidth: { readonly [$$PropertyValue]: "width"; }; minHeight: { readonly [$$PropertyValue]: "width"; }; width: { readonly [$$PropertyValue]: "width"; }; height: { readonly [$$PropertyValue]: "width"; }; }; sizeMin: (value: { readonly [$$PropertyValue]: "width"; }) => { minWidth: { readonly [$$PropertyValue]: "width"; }; minHeight: { readonly [$$PropertyValue]: "width"; }; width: { readonly [$$PropertyValue]: "width"; }; height: { readonly [$$PropertyValue]: "width"; }; }; maxSize: (value: { readonly [$$PropertyValue]: "width"; }) => { maxWidth: { readonly [$$PropertyValue]: "width"; }; maxHeight: { readonly [$$PropertyValue]: "width"; }; }; sizeMax: (value: { readonly [$$PropertyValue]: "width"; }) => { maxWidth: { readonly [$$PropertyValue]: "width"; }; maxHeight: { readonly [$$PropertyValue]: "width"; }; }; appearance: (value: { readonly [$$PropertyValue]: "appearance"; }) => { WebkitAppearance: { readonly [$$PropertyValue]: "appearance"; }; appearance: { readonly [$$PropertyValue]: "appearance"; }; }; scale: (value: { readonly [$$PropertyValue]: "scale"; }) => { transform: string; }; linearGradient: (value: { readonly [$$PropertyValue]: "backgroundImage"; }) => { backgroundImage: string; }; tdl: (value: { readonly [$$PropertyValue]: "textDecorationLine"; }) => { textDecorationLine: { readonly [$$PropertyValue]: "textDecorationLine"; }; }; truncateText: (value: { readonly [$$PropertyValue]: "width"; }) => { maxWidth: { readonly [$$PropertyValue]: "width"; }; whiteSpace: string; overflow: string; textOverflow: string; }; textGradient: (value: { readonly [$$PropertyValue]: "backgroundImage"; }) => { backgroundImage: string; WebkitBackgroundClip: string; WebkitTextFillColor: string; '&::selection': { WebkitTextFillColor: string; }; }; }>>, import("@stitches/react/types/styled-component").CssComponent { padding: { readonly [$$PropertyValue]: "padding"; }; }; pt: (value: { readonly [$$PropertyValue]: "paddingTop"; }) => { paddingTop: { readonly [$$PropertyValue]: "paddingTop"; }; }; pr: (value: { readonly [$$PropertyValue]: "paddingRight"; }) => { paddingRight: { readonly [$$PropertyValue]: "paddingRight"; }; }; pb: (value: { readonly [$$PropertyValue]: "paddingBottom"; }) => { paddingBottom: { readonly [$$PropertyValue]: "paddingBottom"; }; }; pl: (value: { readonly [$$PropertyValue]: "paddingLeft"; }) => { paddingLeft: { readonly [$$PropertyValue]: "paddingLeft"; }; }; px: (value: { readonly [$$PropertyValue]: "paddingLeft"; }) => { paddingLeft: { readonly [$$PropertyValue]: "paddingLeft"; }; paddingRight: { readonly [$$PropertyValue]: "paddingLeft"; }; }; py: (value: { readonly [$$PropertyValue]: "paddingTop"; }) => { paddingTop: { readonly [$$PropertyValue]: "paddingTop"; }; paddingBottom: { readonly [$$PropertyValue]: "paddingTop"; }; }; m: (value: { readonly [$$PropertyValue]: "margin"; }) => { margin: { readonly [$$PropertyValue]: "margin"; }; }; mt: (value: { readonly [$$PropertyValue]: "marginTop"; }) => { marginTop: { readonly [$$PropertyValue]: "marginTop"; }; }; mr: (value: { readonly [$$PropertyValue]: "marginRight"; }) => { marginRight: { readonly [$$PropertyValue]: "marginRight"; }; }; mb: (value: { readonly [$$PropertyValue]: "marginBottom"; }) => { marginBottom: { readonly [$$PropertyValue]: "marginBottom"; }; }; ml: (value: { readonly [$$PropertyValue]: "marginLeft"; }) => { marginLeft: { readonly [$$PropertyValue]: "marginLeft"; }; }; mx: (value: { readonly [$$PropertyValue]: "marginLeft"; }) => { marginLeft: { readonly [$$PropertyValue]: "marginLeft"; }; marginRight: { readonly [$$PropertyValue]: "marginLeft"; }; }; my: (value: { readonly [$$PropertyValue]: "marginTop"; }) => { marginTop: { readonly [$$PropertyValue]: "marginTop"; }; marginBottom: { readonly [$$PropertyValue]: "marginTop"; }; }; ta: (value: { readonly [$$PropertyValue]: "textAlign"; }) => { textAlign: { readonly [$$PropertyValue]: "textAlign"; }; }; tt: (value: { readonly [$$PropertyValue]: "textTransform"; }) => { textTransform: { readonly [$$PropertyValue]: "textTransform"; }; }; to: (value: { readonly [$$PropertyValue]: "textOverflow"; }) => { textOverflow: { readonly [$$PropertyValue]: "textOverflow"; }; }; d: (value: { readonly [$$PropertyValue]: "display"; }) => { display: { readonly [$$PropertyValue]: "display"; }; }; dflex: (value: { readonly [$$PropertyValue]: "alignItems"; }) => { display: string; alignItems: { readonly [$$PropertyValue]: "alignItems"; }; justifyContent: { readonly [$$PropertyValue]: "alignItems"; }; }; fd: (value: { readonly [$$PropertyValue]: "flexDirection"; }) => { flexDirection: { readonly [$$PropertyValue]: "flexDirection"; }; }; fw: (value: { readonly [$$PropertyValue]: "flexWrap"; }) => { flexWrap: { readonly [$$PropertyValue]: "flexWrap"; }; }; ai: (value: { readonly [$$PropertyValue]: "alignItems"; }) => { alignItems: { readonly [$$PropertyValue]: "alignItems"; }; }; ac: (value: { readonly [$$PropertyValue]: "alignContent"; }) => { alignContent: { readonly [$$PropertyValue]: "alignContent"; }; }; jc: (value: { readonly [$$PropertyValue]: "justifyContent"; }) => { justifyContent: { readonly [$$PropertyValue]: "justifyContent"; }; }; as: (value: { readonly [$$PropertyValue]: "alignSelf"; }) => { alignSelf: { readonly [$$PropertyValue]: "alignSelf"; }; }; fg: (value: { readonly [$$PropertyValue]: "flexGrow"; }) => { flexGrow: { readonly [$$PropertyValue]: "flexGrow"; }; }; fs: (value: { readonly [$$PropertyValue]: "fontSize"; }) => { fontSize: { readonly [$$PropertyValue]: "fontSize"; }; }; fb: (value: { readonly [$$PropertyValue]: "flexBasis"; }) => { flexBasis: { readonly [$$PropertyValue]: "flexBasis"; }; }; bc: (value: { readonly [$$PropertyValue]: "backgroundColor"; }) => { backgroundColor: { readonly [$$PropertyValue]: "backgroundColor"; }; }; bf: (value: { readonly [$$PropertyValue]: "backdropFilter"; }) => { backdropFilter: { readonly [$$PropertyValue]: "backdropFilter"; }; }; bg: (value: { readonly [$$PropertyValue]: "backgroundColor"; }) => { background: { readonly [$$PropertyValue]: "backgroundColor"; }; }; bgBlur: (value: { readonly [$$PropertyValue]: "backgroundColor"; }) => { bf: string; bg: { readonly [$$PropertyValue]: "backgroundColor"; }; }; bgColor: (value: { readonly [$$PropertyValue]: "backgroundColor"; }) => { backgroundColor: { readonly [$$PropertyValue]: "backgroundColor"; }; }; backgroundClip: (value: { readonly [$$PropertyValue]: "backgroundClip"; }) => { WebkitBackgroundClip: { readonly [$$PropertyValue]: "backgroundClip"; }; backgroundClip: { readonly [$$PropertyValue]: "backgroundClip"; }; }; bgClip: (value: { readonly [$$PropertyValue]: "backgroundClip"; }) => { WebkitBackgroundClip: { readonly [$$PropertyValue]: "backgroundClip"; }; backgroundClip: { readonly [$$PropertyValue]: "backgroundClip"; }; }; br: (value: { readonly [$$PropertyValue]: "borderRadius"; }) => { borderRadius: { readonly [$$PropertyValue]: "borderRadius"; }; }; bw: (value: { readonly [$$PropertyValue]: "borderWidth"; }) => { borderWidth: { readonly [$$PropertyValue]: "borderWidth"; }; }; btrr: (value: { readonly [$$PropertyValue]: "borderTopRightRadius"; }) => { borderTopRightRadius: { readonly [$$PropertyValue]: "borderTopRightRadius"; }; }; bbrr: (value: { readonly [$$PropertyValue]: "borderBottomRightRadius"; }) => { borderBottomRightRadius: { readonly [$$PropertyValue]: "borderBottomRightRadius"; }; }; bblr: (value: { readonly [$$PropertyValue]: "borderBottomLeftRadius"; }) => { borderBottomLeftRadius: { readonly [$$PropertyValue]: "borderBottomLeftRadius"; }; }; btlr: (value: { readonly [$$PropertyValue]: "borderTopLeftRadius"; }) => { borderTopLeftRadius: { readonly [$$PropertyValue]: "borderTopLeftRadius"; }; }; bs: (value: { readonly [$$PropertyValue]: "boxShadow"; }) => { boxShadow: { readonly [$$PropertyValue]: "boxShadow"; }; }; ds: (value: { readonly [$$PropertyValue]: "boxShadow"; }) => { dropShadow: { readonly [$$PropertyValue]: "boxShadow"; }; }; shadow: (value: { readonly [$$PropertyValue]: "boxShadow"; }) => { boxShadow: { readonly [$$PropertyValue]: "boxShadow"; }; }; dshadow: (value: { readonly [$$PropertyValue]: "boxShadow"; }) => { dropShadow: { readonly [$$PropertyValue]: "boxShadow"; }; }; dropShadow: (value: { readonly [$$PropertyValue]: "boxShadow"; }) => { filter: string; }; normalShadow: (value: { readonly [$$PropertyValue]: "backgroundColor"; }) => { boxShadow: string; }; normalShadowVar: (value: { readonly [$$PropertyValue]: "backgroundColor"; }) => { boxShadow: string; }; lh: (value: { readonly [$$PropertyValue]: "lineHeight"; }) => { lineHeight: { readonly [$$PropertyValue]: "lineHeight"; }; }; ov: (value: { readonly [$$PropertyValue]: "overflow"; }) => { overflow: { readonly [$$PropertyValue]: "overflow"; }; }; ox: (value: { readonly [$$PropertyValue]: "overflowX"; }) => { overflowX: { readonly [$$PropertyValue]: "overflowX"; }; }; oy: (value: { readonly [$$PropertyValue]: "overflowY"; }) => { overflowY: { readonly [$$PropertyValue]: "overflowY"; }; }; pe: (value: { readonly [$$PropertyValue]: "pointerEvents"; }) => { pointerEvents: { readonly [$$PropertyValue]: "pointerEvents"; }; }; events: (value: { readonly [$$PropertyValue]: "pointerEvents"; }) => { pointerEvents: { readonly [$$PropertyValue]: "pointerEvents"; }; }; us: (value: { readonly [$$PropertyValue]: "userSelect"; }) => { WebkitUserSelect: { readonly [$$PropertyValue]: "userSelect"; }; userSelect: { readonly [$$PropertyValue]: "userSelect"; }; }; userSelect: (value: { readonly [$$PropertyValue]: "userSelect"; }) => { WebkitUserSelect: { readonly [$$PropertyValue]: "userSelect"; }; userSelect: { readonly [$$PropertyValue]: "userSelect"; }; }; w: (value: { readonly [$$PropertyValue]: "width"; }) => { width: { readonly [$$PropertyValue]: "width"; }; }; h: (value: { readonly [$$PropertyValue]: "height"; }) => { height: { readonly [$$PropertyValue]: "height"; }; }; mw: (value: { readonly [$$PropertyValue]: "maxWidth"; }) => { maxWidth: { readonly [$$PropertyValue]: "maxWidth"; }; }; maxW: (value: { readonly [$$PropertyValue]: "maxWidth"; }) => { maxWidth: { readonly [$$PropertyValue]: "maxWidth"; }; }; mh: (value: { readonly [$$PropertyValue]: "maxHeight"; }) => { maxHeight: { readonly [$$PropertyValue]: "maxHeight"; }; }; maxH: (value: { readonly [$$PropertyValue]: "maxHeight"; }) => { maxHeight: { readonly [$$PropertyValue]: "maxHeight"; }; }; size: (value: { readonly [$$PropertyValue]: "width"; }) => { width: { readonly [$$PropertyValue]: "width"; }; height: { readonly [$$PropertyValue]: "width"; }; }; minSize: (value: { readonly [$$PropertyValue]: "width"; }) => { minWidth: { readonly [$$PropertyValue]: "width"; }; minHeight: { readonly [$$PropertyValue]: "width"; }; width: { readonly [$$PropertyValue]: "width"; }; height: { readonly [$$PropertyValue]: "width"; }; }; sizeMin: (value: { readonly [$$PropertyValue]: "width"; }) => { minWidth: { readonly [$$PropertyValue]: "width"; }; minHeight: { readonly [$$PropertyValue]: "width"; }; width: { readonly [$$PropertyValue]: "width"; }; height: { readonly [$$PropertyValue]: "width"; }; }; maxSize: (value: { readonly [$$PropertyValue]: "width"; }) => { maxWidth: { readonly [$$PropertyValue]: "width"; }; maxHeight: { readonly [$$PropertyValue]: "width"; }; }; sizeMax: (value: { readonly [$$PropertyValue]: "width"; }) => { maxWidth: { readonly [$$PropertyValue]: "width"; }; maxHeight: { readonly [$$PropertyValue]: "width"; }; }; appearance: (value: { readonly [$$PropertyValue]: "appearance"; }) => { WebkitAppearance: { readonly [$$PropertyValue]: "appearance"; }; appearance: { readonly [$$PropertyValue]: "appearance"; }; }; scale: (value: { readonly [$$PropertyValue]: "scale"; }) => { transform: string; }; linearGradient: (value: { readonly [$$PropertyValue]: "backgroundImage"; }) => { backgroundImage: string; }; tdl: (value: { readonly [$$PropertyValue]: "textDecorationLine"; }) => { textDecorationLine: { readonly [$$PropertyValue]: "textDecorationLine"; }; }; truncateText: (value: { readonly [$$PropertyValue]: "width"; }) => { maxWidth: { readonly [$$PropertyValue]: "width"; }; whiteSpace: string; overflow: string; textOverflow: string; }; textGradient: (value: { readonly [$$PropertyValue]: "backgroundImage"; }) => { backgroundImage: string; WebkitBackgroundClip: string; WebkitTextFillColor: string; '&::selection': { WebkitTextFillColor: string; }; }; }>>]>, { xs: string; sm: string; md: string; lg: string; xl: string; xsMax: string; smMax: string; mdMax: string; lgMax: string; xlMax: string; motion: string; safari: string; hover: string; dark: string; light: string; }> & NativeAttrs & { css?: CSS | undefined; } & React.RefAttributes>; declare type AvatarComponent

= React.NamedExoticComponent

& { Group: typeof AvatarGroup; }; declare const _default: AvatarComponent; export default _default;