/** * Tracks the state of a `Map`. * * @param entries Initial entries iterator for underlying `Map` constructor. */ export declare function useMap(entries?: ReadonlyArray | null): Map;