export function createIcon(type: string, id: string, style?: { [key: string]: string }): SVGSVGElement export function changeIcon(svg: SVGSVGElement, type: string, id: string): SVGSVGElement export function resolveIcon(container: HTMLElement): HTMLElement