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