import { ElementRef, AfterViewInit, OnInit } from '@angular/core'; import { EDisplayMode } from '../shared'; import * as i0 from "@angular/core"; export declare class BaoSummaryComponent implements OnInit, AfterViewInit { private elementRef; /** * Set display mode * RESPONSIVE (viewport width <=> is 576px) * COMPACT (viewport width < 576px) */ displayMode: EDisplayMode; /** * Set value of unique ID for bao-label */ id: string; /** * The aria-describebdy-error id for web accessibility * only when error section appears */ ariaDescribedbyError?: string; /** * The aria-describebdy-text id for web accessibility * only when we have de guidance text */ ariaDescribedbyGuidingText?: string; /** * The aria-labelledby id for web accessibility */ ariaLabelledby?: string; /** * Initialize the ID for summary */ private _uniqueId; private attribues; constructor(elementRef: ElementRef); get nativeElement(): HTMLElement; ngOnInit(): void; ngAfterViewInit(): void; setAriaDescribedByToDescription(): void; private elementNode; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class BaoSummaryDescription { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }