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