import type { ObjectPageDomRef, ObjectPagePropTypes } from './types/index.js';
/**
 * A component that allows apps to easily display information related to a business object.
 *
 * The `ObjectPage` is composed of a header (title and content) and block content wrapped in sections and subsections that structure the information.
 */
declare const ObjectPage: import("react").ForwardRefExoticComponent<ObjectPagePropTypes & import("react").RefAttributes<ObjectPageDomRef>>;
export { ObjectPage };
export type { ObjectPageDomRef, ObjectPagePropTypes };
