import { OnInit } from '@angular/core';
import { links } from './models/links-record';
import { Router } from '@angular/router';
import * as i0 from "@angular/core";
export declare class EmpresaAbasComponent implements OnInit {
    private router;
    linksList: links[];
    Id: string | number;
    activeItem: string;
    constructor(router: Router);
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<EmpresaAbasComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<EmpresaAbasComponent, "lib-empresa-abas", never, { "Id": { "alias": "Id"; "required": false; }; }, {}, never, never, true, never>;
}
