import type { CreateOptions } from '../shared/create'; export declare class TerminalSvg { element: HTMLElementTagNameMap[this['tagname']]; class: string; tagname: "div"; onclick: (e: PointerEvent) => void; constructor(opts: CreateOptions); static style: string; }