import { AttributeConfig, TagConfig } from '../types.js'; declare const globalSvgAttributes: AttributeConfig; declare const svgTags: TagConfig; export { globalSvgAttributes, svgTags };