import { OnInit } from '@angular/core'; export declare class BancheComponent implements OnInit { constructor(); ngOnInit(): void; }