import type { Color } from 'types'; export declare const DEFAULT_GREY_COLOR = "#F0F0F0"; export declare function defaultValue(value: T | undefined, fallback: T): T; export declare function singleChartJsColor(color?: Color | Color[]): string | undefined; export declare function multipleChartJsColors(color?: Color | Color[]): string | string[] | undefined;