export declare function toSafeSvgMarkup(svg: string | null | undefined): string; export declare function extractRenderedSvg(renderResult: any): any;