import { ElementRef, Renderer2, InputSignal } from "@angular/core"; import type { SectionProps } from "./section.types"; import * as i0 from "@angular/core"; export default class SectionComponent { private renderer; attributes: InputSignal; maxWidth: InputSignal; elRef0: import("@angular/core").Signal>; _listenerFns: Map; setAttributes(el: HTMLElement, value: any, changes?: any): void; constructor(renderer: Renderer2); ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }