import { jshtmlVisitor } from "./jshtmlVisitor";
import { jsxml } from "./jsxml";
export declare class jshtml extends jsxml {
    protected static visitorConstructor: typeof jshtmlVisitor;
    mountAsShadow(e: HTMLElement, init?: ShadowRootInit): void;
}
