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