/** * Opens the account settings modal if the component is in modal mode. * Dispatches a global event that the component listens to. */ export declare function openMemberManagementModal(): void; /** * Closes the account settings modal if the component is in modal mode. * Dispatches a global event that the component listens to. */ export declare function closeMemberManagementModal(): void;