import type { v2, ControlTypeFunction } from '@sap/ux-specification-types'; export declare const getTableSectionControlId: (baseId: string, _idBreadcrumbs: string[], breadcrumbs: string[], _controlType: ControlTypeFunction, facetId: string) => string; export declare const getFormSectionControlId: (baseId: string, _idBreadcrumbs: string[], breadcrumbs: string[], _controlType: ControlTypeFunction, facetId: string) => string; export declare const getChartSectionControlId: (baseId: string, _idBreadcrumbs: string[], breadcrumbs: string[], _controlType: ControlTypeFunction, facetID: string) => string; export declare const getSectionControlId: (baseId: string, _idBreadcrumbs: string[], breadcrumbs: string[], _controlType: ControlTypeFunction, facetId: string) => string; export declare const getSubSectionControlId: (baseId: string, _idBreadcrumbs: string[], breadcrumbs: string[], _controlType: ControlTypeFunction, facetId: string) => string; export declare const getContactSubSectionControlId: (baseId: string, _idBreadcrumbs: string[], breadcrumbs: string[], _controlType: ControlTypeFunction, facetId: string) => string; export declare class ObjectPageSectionV2 implements v2.ObjectPageSectionV2 { visible?: boolean; } export declare class ObjectPageSectionFormV2 implements v2.ObjectPageSectionFormV2 { visible?: boolean; } export declare class ObjectPageSectionChartV2 implements v2.ObjectPageSectionChartV2 { visible?: boolean; } export declare class ObjectPageSectionTableV2 implements v2.ObjectPageSectionTableV2 { visible?: boolean; } export declare class ObjectPageSectionAddressV2 implements v2.ObjectPageSectionAddressV2 { visible?: boolean; } export declare class ObjectPageSectionContactV2 implements v2.ObjectPageSectionContactV2 { visible?: boolean; } export declare class ObjectPageSubSectionV2 implements v2.ObjectPageSubSectionV2 { visible?: boolean; } export declare class ObjectPageSubSectionFormV2 implements v2.ObjectPageSubSectionV2 { visible?: boolean; } export declare class ObjectPageSubSectionChartV2 implements v2.ObjectPageSubSectionV2 { visible?: boolean; } export declare class ObjectPageSubSectionContactV2 implements v2.ObjectPageSubSectionContactV2 { visible?: boolean; } export declare class ObjectPageSubSectionTableV2 implements v2.ObjectPageSubSectionV2 { visible?: boolean; } //# sourceMappingURL=ObjectPageSection.d.ts.map