import { SkeletonEffects } from './skeletonEffect';
import * as i0 from "@angular/core";
export declare class SkeletonAvatarComponent {
    size: number;
    color: string;
    showIcon: boolean;
    iconColor: string;
    borderRadius: string;
    effect: SkeletonEffects;
    multiplyPoints(pointsString: any): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<SkeletonAvatarComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<SkeletonAvatarComponent, "skeleton-avatar", never, { "size": "size"; "color": "color"; "showIcon": "showIcon"; "iconColor": "iconColor"; "borderRadius": "borderRadius"; "effect": "effect"; }, {}, never, ["*"]>;
}
