import { OnInit } from '@angular/core'; import * as i0 from "@angular/core"; declare type ControlCommentAlign = 'left' | 'right' | 'center'; export declare class ControlCommentComponent implements OnInit { align: ControlCommentAlign; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};