import { ElementRef, OnInit, Renderer2 } from "@angular/core"; import { IntAttrBindingPayload } from "./types"; import * as i0 from "@angular/core"; export declare class IntAttrBindingDirective implements OnInit { private readonly renderer; private readonly elementRef; intAttrBinding: IntAttrBindingPayload | Array | null; constructor(renderer: Renderer2, elementRef: ElementRef); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }