/** * @license * * Copyright IBM Corp. 2020, 2024 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. */ import CDSHeaderMenuItem from '@carbon/web-components/es/components/ui-shell/header-menu-item.js'; /** * Profile menu item in masthead. * * @element c4d-masthead-profile-item */ declare class C4DMastheadProfileItem extends CDSHeaderMenuItem { static styles: any; firstUpdated(): void; } export default C4DMastheadProfileItem; //# sourceMappingURL=masthead-profile-item.d.ts.map