export default class PrivateMap<P extends HTMLElement, Q extends {}> {
    private readonly mapOfMap;
    init(that: P, initMap: Q): void;
    of(that: P): Q;
}
