import type { SAPUI5_FRAGMENT_CLASS, SAPUI5_VIEW_CLASS, ViewTypes, v2 } from '@sap/ux-specification-types'; export declare class BaseCustomSection implements v2.ObjectPageCustomSectionBase { relatedFacet: string; relativePosition: v2.SectionPosition; title: string; className: typeof SAPUI5_FRAGMENT_CLASS | typeof SAPUI5_VIEW_CLASS; } export declare class ObjectPageCustomSectionFragment extends BaseCustomSection implements v2.ObjectPageCustomSectionFragment { className: typeof SAPUI5_FRAGMENT_CLASS; fragmentName: string; type: v2.ExtensionFragmentTypes; } export declare class ObjectPageCustomSectionView extends BaseCustomSection implements v2.ObjectPageCustomSectionView { className: typeof SAPUI5_VIEW_CLASS; viewName: string; type: ViewTypes; } //# sourceMappingURL=ObjectPageCustomSection.d.ts.map