import { PlatformLocation } from '@angular/common'; import { EventEmitter, OnInit } from '@angular/core'; export declare class ContentTableComponent implements OnInit { private location; module: any; identifier: any; defaultClass: string; page: EventEmitter; anchorCustom: EventEmitter; constructor(location: PlatformLocation); ngOnInit(): void; closeCollapse(currentCollapseColumn: any): void; removeActive(currentActiveLink: any): void; selectByCurrentRoute(): void; }