import { Plot } from '../plots'; export declare class PrecipitationPlot extends Plot { units: string; subTitle: string; protected unitDisplay: string; protected defaultUnitDisplay: string; constructor(units: string, subTitle: string, unitOverride?: string); getForceY(): number[]; getColor(v: number): "#ffffff" | "#00dd00" | "#ffff00" | "#ff0000" | "#d68dd6" | "#873b87" | "#700470" | "#800a01" | "#d8d8d8"; getTickFormat(v: number): string; }