export declare function calculateTileHeight(shape: 'circle' | 'square' | 'hexagon', candidateWidth: number): number;