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<OAccessComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<OAccessComponent, "o-access", never, { "icon": "icon"; "title": "title"; "description": "description"; "size": "size"; "link": "link"; "route": "route"; "customClasses": "customClasses"; }, {}, never, never, false>;
}
