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