export declare class Avatar {
    label: string;
    icon: string;
    image: string;
    size: string;
    shape: string;
    style: any;
    styleClass: string;
    containerClass(): {
        'p-avatar p-component': boolean;
        'p-avatar-image': boolean;
        'p-avatar-circle': boolean;
        'p-avatar-lg': boolean;
        'p-avatar-xl': boolean;
    };
}
export declare class AvatarModule {
}
