export type GetLegendProps = { color?: any; title?: string; width?: number; height?: number; tickSize?: number; marginTop?: number; marginLeft?: number; marginBottom?: number; marginRight?: number; ticks?: number; tickFormat?: ((value: number, index: number, texts: SVGTextElement) => void) | string; titleMarginBottom?: number; tickValues?: (number | undefined)[]; };