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