import type { v2 } from '@sap/ux-specification-types'; import type AvatarShape from 'sap/m/AvatarShape'; export declare class ObjectPageHeader implements v2.ObjectPageHeader { showRelatedApps?: boolean; editableHeaderContent?: boolean; simpleHeaderFacets?: boolean; showHeaderAsCarouselOnDesktop?: boolean; displayShape?: AvatarShape; actions?: v2.ObjectPageHeaderActions; } //# sourceMappingURL=ObjectPageHeader.d.ts.map