import { Hex, HexCoordinates } from '../types'; export declare const cloneHex: (hex: T, newProps?: HexCoordinates | Partial) => T;