declare const LabelElement: (name: string, color: string) => HTMLDivElement | SVGSVGElement; export default LabelElement;