export function createSvgElement(tag: any, attributes?: {}): any; export function splitTextIntoLines(text: any, maxChars: any): string[]; export function decode(input: any): string | null;