import { EventEmitter, OnInit } from '@angular/core'; export declare class PathLinkComponent implements OnInit { path: any; defaultClass: any; page: EventEmitter; constructor(); ngOnInit(): void; }