/**
 * Map of SVG elements to allowed attributes.
 *
 * @type {Record<string, Array<string>>}
 */
export const svgElementAttributes: Record<string, Array<string>>;
