import UserProfileLayout from "./userProfiler.layout"; export declare class UserProfile { userProfileLayout: UserProfileLayout; constructor(userProfileLayout: UserProfileLayout); getPopupHeight(): number; getItemsForPopup(): string; } export default UserProfile;