import { OnInit } from "@angular/core"; export declare class ChartDetailValueComponent implements OnInit { values: any; yaml: any; valueMode: boolean; valueHover: boolean; yamlHover: boolean; objKeys: (o: {}) => string[]; constructor(); ngOnInit(): void; readonly isValueMode: boolean; isHovering(view: string): boolean; showYamlFile(showYaml: boolean): void; mouseEnter(mode: string): void; mouseLeave(mode: string): void; }