export declare const ELEMENT_NAMES: readonly ["a", "animate", "animateMotion", "animateTransform", "circle", "clipPath", "defs", "desc", "ellipse", "feBlend", "feColorMatrix", "feComponentTransfer", "feComposite", "feConvolveMatrix", "feDiffuseLighting", "feDisplacementMap", "feDistantLight", "feDropShadow", "feFlood", "feFuncA", "feFuncB", "feFuncG", "feFuncR", "feGaussianBlur", "feImage", "feMerge", "feMergeNode", "feMorphology", "feOffset", "fePointLight", "feSpecularLighting", "feSpotLight", "feTile", "feTurbulence", "filter", "foreignObject", "g", "image", "line", "linearGradient", "marker", "mask", "metadata", "mpath", "path", "pattern", "polygon", "polyline", "radialGradient", "rect", "script", "set", "stop", "style", "svg", "switch", "symbol", "text", "textPath", "title", "tspan", "use", "view"]; export type ElementName = typeof ELEMENT_NAMES[number]; export declare const ATTRIBUTE_NAMES: readonly ["accumulate", "additive", "amplitude", "aria-activedescendant", "aria-atomic", "aria-autocomplete", "aria-busy", "aria-checked", "aria-colcount", "aria-colindex", "aria-colspan", "aria-controls", "aria-current", "aria-describedby", "aria-details", "aria-disabled", "aria-dropeffect", "aria-errormessage", "aria-expanded", "aria-flowto", "aria-grabbed", "aria-haspopup", "aria-hidden", "aria-invalid", "aria-keyshortcuts", "aria-label", "aria-labelledby", "aria-level", "aria-live", "aria-modal", "aria-multiline", "aria-multiselectable", "aria-orientation", "aria-owns", "aria-placeholder", "aria-posinset", "aria-pressed", "aria-readonly", "aria-relevant", "aria-required", "aria-roledescription", "aria-rowcount", "aria-rowindex", "aria-rowspan", "aria-selected", "aria-setsize", "aria-sort", "aria-valuemax", "aria-valuemin", "aria-valuenow", "aria-valuetext", "attributeName", "autofocus", "azimuth", "baseFrequency", "begin", "bias", "by", "calcMode", "class", "clipPathUnits", "core", "crossorigin", "cx", "cy", "d", "diffuseConstant", "divisor", "download", "dur", "dx", "dy", "edgeMode", "elevation", "end", "exponent", "fill", "filterUnits", "fr", "from", "fx", "fy", "gradientTransform", "gradientUnits", "height", "href", "hreflang", "id", "in", "in2", "intercept", "k1", "k2", "k3", "k4", "kernelMatrix", "kernelUnitLength", "keyPoints", "keySplines", "keyTimes", "lang", "lengthAdjust", "limitingConeAngle", "markerHeight", "markerUnits", "markerWidth", "maskContentUnits", "maskUnits", "max", "media", "method", "min", "mode", "numOctaves", "offset", "onabort", "onbegin", "oncancel", "oncanplay", "oncanplaythrough", "onchange", "onclick", "onclose", "oncopy", "oncuechange", "oncut", "ondblclick", "ondrag", "ondragend", "ondragenter", "ondragexit", "ondragleave", "ondragover", "ondragstart", "ondrop", "ondurationchange", "onemptied", "onend", "onended", "onerror", "onfocus", "oninput", "oninvalid", "onkeydown", "onkeypress", "onkeyup", "onload", "onloadeddata", "onloadedmetadata", "onloadstart", "onmousedown", "onmouseenter", "onmouseleave", "onmousemove", "onmouseout", "onmouseover", "onmouseup", "onpaste", "onpause", "onplay", "onplaying", "onprogress", "onratechange", "onrepeat", "onreset", "onresize", "onscroll", "onseeked", "onseeking", "onselect", "onshow", "onstalled", "onsubmit", "onsuspend", "ontimeupdate", "ontoggle", "onunload", "onvolumechange", "onwaiting", "onwheel", "operator", "order", "orient", "origin", "path", "pathLength", "patternContentUnits", "patternTransform", "patternUnits", "ping", "playbackorder", "points", "pointsAtX", "pointsAtY", "pointsAtZ", "presentation", "preserveAlpha", "preserveAspectRatio", "primitiveUnits", "r", "radius", "referrerpolicy", "refX", "refY", "rel", "repeatCount", "repeatDur", "requiredExtensions", "restart", "result", "role", "rotate", "rx", "ry", "scale", "seed", "side", "slope", "spacing", "specularConstant", "specularExponent", "spreadMethod", "startOffset", "stdDeviation", "stitchTiles", "style", "surfaceScale", "systemLanguage", "tabindex", "tableValues", "target", "targetX", "targetY", "textLength", "timelinebegin", "title", "to", "transform", "type", "values", "viewBox", "width", "x", "x1", "x2", "xChannelSelector", "xlink:href", "xlink:title", "xml:space", "y", "y1", "y2", "yChannelSelector", "z"]; export type AttributeName = typeof ATTRIBUTE_NAMES[number]; export declare const ELEMENT_ATTRIBUTE_INDICES: Record; export declare const GEOMETRY_ATTRIBUTE_INDICES: Partial>; //# sourceMappingURL=definitions.d.ts.map