import { SVGWrapper } from '../Wrapper.js'; import { CommonTeXAtom } from '../../common/Wrappers/TeXAtom.js'; declare const SVGTeXAtom_base: (new (...args: any[]) => CommonTeXAtom) & (new (...args: any[]) => SVGWrapper); export declare class SVGTeXAtom extends SVGTeXAtom_base { static kind: string; toSVG(parent: N): void; }