import { ElementRef, AfterViewInit } from '@angular/core'; import { KbqCheckbox } from '@koobiq/components/checkbox'; import * as i0 from "@angular/core"; export declare class IcAutofocusDirective implements AfterViewInit { private element; private kbqCheckbox; constructor(element: ElementRef, kbqCheckbox: KbqCheckbox); ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }