import { CanvasTextAreaProps } from '../types/canvas-text-area.js'; export declare const getHexagonShapes: (x: number, y: number, width: number) => { hexagonVertexes: { x: number; y: number; }[]; textArea: CanvasTextAreaProps; };