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