import { OnInit } from '@angular/core'; import 'rxjs/add/operator/map'; export declare class AbsModalsAndAlertsContentComponent implements OnInit { id: any; constructor(); getRandomId(): number; ngOnInit(): void; }