import type { SvgElementInfo } from '../../internal/types.mjs'; export declare function createSvg(tag: K, o?: string | SvgElementInfo, callback?: (el: SVGElementTagNameMap[K]) => void): SVGElementTagNameMap[K];