export declare class ProfileDataEntry { fieldId: string; fieldType: string; value: any; note: string; status: string; }