import { OnInit } from '@angular/core'; import { FormGroup } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class BytepicUserProfileComponent implements OnInit { userForm: FormGroup; updateProfile: boolean; loading: boolean; profilePic?: File; constructor(); ngOnInit(): void; changeProfilePic(): void; selectFile(event: any): void; updateProfileData(value: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }