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