/// <reference types="react" />
export * from '../UserPic';
export declare const UserPic: import("react").StatelessComponent<{
    addonAfter?: import("react").ReactNode;
    innerRef?: import("react").RefObject<HTMLDivElement> | undefined;
    host?: string | undefined;
    avatarId?: string | undefined;
    lodpiUrl?: string | undefined;
    hidpiUrl?: string | undefined;
    plus?: boolean | undefined;
    className?: string | undefined;
} & {} & {
    size?: "s" | "m" | undefined;
} & import("..").IUserPicHasCameraProps>;
