import { MenuItem } from "primeng/api"; import { OnInit } from "@angular/core"; import * as i0 from "@angular/core"; export declare class DvPageCommentComponent implements OnInit { menuTitle: string; menuComment: string; commentList: string[]; menuItems: MenuItem[]; isAlertShow: boolean; headTooltip: string; isShowComment: boolean; showDelay: number; hideDelay: number; ngOnInit(): void; private setInitData; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }