import { OnInit } from "@angular/core"; import * as i0 from "@angular/core"; export declare class DataWellComponent implements OnInit { title: string; data: Array; graph: boolean; donut: boolean; elevated: boolean; metric: string; change: string; changeColor: string; clickable: boolean; helpText: string; segment: string; dasharray: number; centerX: number; centerY: number; radius: number; ngOnInit(): void; dataLine(): string; remap(val: any, min: any, max: any): number; calculateDonutSegment(): void; describeArc(startAngle: any, endAngle: any): string; polarToCartesian(angle: any): { x: number; y: number; }; angleInRadians(angle: any): number; calculateDashArrary(angle: any): number; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }