import { OnInit, EventEmitter } from '@angular/core'; export declare class HorizontalRuleComponent implements OnInit { controlReady: EventEmitter; constructor(); ngOnInit(): void; /** * This method will notify when control is ready */ private notifyControlLoadComplete; }