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