/** * render an svg from nomnoml DSL * @param nomnomlDSL * @returns a string representing the svg */ export declare function renderNomnomlSVG(nomnomlDSL: string): string;