export interface UserProfileConfig { id: string; title: string; icon?: string; } export declare class UserProfileLayout { menuItems: Array; /** * */ constructor(); } export default UserProfileLayout;