import type { TruncationMode } from '../../../../../typography/text-ellipsis/TextEllipsis.js'; import type { HoneycombLabelsDisplay } from '../../../types/honeycomb.js'; interface CanvasHexagonRendererProps { x: number; y: number; width: number; fillColor: string; value: string | number; name?: string; strokeColor?: 'transparent' | string; radius?: number; labelsDisplay?: HoneycombLabelsDisplay; truncationMode?: TruncationMode; } export declare const CanvasHexagonRenderer: { (props: CanvasHexagonRendererProps): null; displayName: string; }; export {}; //# sourceMappingURL=CanvasHexagonRenderer.d.ts.map