import type { HoneycombTileShape } from '../../types/honeycomb.js'; import type { ShapeSizes } from '../../types/rendering.js'; export declare const getSizesAbstract: (shape: HoneycombTileShape, width: number) => ShapeSizes;