import { Address } from '../foehn-address/address.type'; import { FoehnRecapSection, FoehnRecapSectionElement } from './foehn-recap-section.type'; import * as i0 from "@angular/core"; export declare class FoehnRecapSectionComponent { acceptEmptyValues: boolean; comment: FoehnRecapSectionElement; private _section; set data(data: FoehnRecapSection); get data(): FoehnRecapSection; cleanValue(element: FoehnRecapSectionElement): any; atLeastOneElementHasContent(data: FoehnRecapSection): boolean; hasContent(element: FoehnRecapSectionElement): boolean; buildId(element: FoehnRecapSectionElement): string; isAddress(element: FoehnRecapSectionElement): boolean; getAddressToDisplay(element: FoehnRecapSectionElement): Address; private formatEmptyValue; private fixLineBreaks; private isSet; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }