import * as cog from '../cog'; import * as dashboard from '../dashboard'; export declare class FieldColorBuilder implements cog.Builder { protected readonly internal: dashboard.FieldColor; constructor(); /** * Builds the object. */ build(): dashboard.FieldColor; mode(mode: dashboard.FieldColorModeId): this; fixedColor(fixedColor: string): this; seriesBy(seriesBy: dashboard.FieldColorSeriesByMode): this; }