/// import { AvatarProps, TextProps } from 'tamagui'; export type LmAvatarProps = AvatarProps & { color?: AvatarProps['backgroundColor']; src?: string; letter?: string; letterProps?: TextProps; }; export declare function LmAvatar({ color, src, letter, letterProps, ...rest }: LmAvatarProps): JSX.Element; //# sourceMappingURL=LmAvatar.d.ts.map