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