import { OnInit } from '@angular/core'; import { SectionField } from '../../../forms/page/data-detail-view/section-field'; import * as i0 from "@angular/core"; export declare class SectionFieldComponent implements OnInit { sectionField: SectionField; baseUrl: string; axonatorX1Url: string; formObjectId: string; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }