import { type StyledProps } from '@compiled/react'; import type { ComponentType, ClassAttributes, HTMLAttributes } from 'react'; export declare const UserInfoOuter: ComponentType & HTMLAttributes & StyledProps>; export declare const Avatar: ComponentType & HTMLAttributes & StyledProps>;