import type { v2 } from '@sap/ux-specification-types'; import type { ButtonType } from 'sap/m/library'; import type { URI } from 'sap/ui/core/library'; export declare class ObjectPageHeaderAction implements v2.ObjectPageHeaderAction { visible: boolean; tooltip?: string; icon?: URI; activeIcon?: URI; type?: ButtonType; } //# sourceMappingURL=ObjectPageHeaderAction.d.ts.map