export interface Sidekick { metric: 'string'; color: ['red', 'green', 'gray']; } /** * */ export declare class HeroMetricComponent { title: string; subtitle: string; heroMetric: string; sidekickMetric: string; sidekickColor: string; tooltip: string; popoverId: string; popoverVisible: Boolean; popoverTarget: string; fasInfoCircle: import("@fortawesome/fontawesome-common-types").IconDefinition; constructor(); ngOnInit(): void; toggleTooltip(): void; }