import type { HDOMImplementation } from "./api.js"; /** * Default target implementation to manipulate browser DOM. */ export declare const DEFAULT_IMPL: HDOMImplementation; //# sourceMappingURL=default.d.ts.map