import * as i0 from "@angular/core";
export declare class AvatarImageService {
    get({ name }: {
        name: string;
    }): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<AvatarImageService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<AvatarImageService>;
}
