import * as CSS from 'csstype'; export declare type StyleProps = CSS.Properties; export declare type IconSize = 'small' | 'large'; export declare type UserIconProps = { url?: string; initials: string; style: {}; size: IconSize; };