import { AfterViewInit, ElementRef, Renderer2 } from '@angular/core'; import { Sizes } from 'ngx-obelisco-example/core/models'; import * as i0 from "@angular/core"; export declare class OAccessComponent implements AfterViewInit { private readonly renderer; icon: string; title: string; description: string; size: Sizes; link: string; route: string; customClasses: string; access: ElementRef; constructor(renderer: Renderer2); ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }