import { OnDestroy } from '@angular/core'; import * as i0 from "@angular/core"; export interface SCProfile { img?: string | Blob | File; imgPlaceholder: string; } export declare class SCProfileService implements OnDestroy { profile: SCProfile; constructor(); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }