import { OnInit } from '@angular/core';
import { IndexService } from '../index.service';
export declare class BannerComponent implements OnInit {
    svr: IndexService;
    hostClass: boolean;
    constructor(svr: IndexService);
    ngOnInit(): void;
}
