export declare type LaTeXSVGData = { width: number; height: number; viewBox: number[]; groups: { [key: string]: string; }; };