import type { IColorTableLegendOption, ISizeTableLegendOption } from '../../../ts-types/component/legend'; export declare function getContinuousLegendAttributes(spec: IColorTableLegendOption | ISizeTableLegendOption, rect: { width: number; height: number; }): any;