// TypeScript Version: 4.7

/**
 * SVG elements, unlike HTML elements, are case-sensitive.
 *
 * {@link https://developer.mozilla.org/docs/Web/SVG/Element#SVG_elements_A_to_Z}
 */
export const CASE_SENSITIVE_TAG_NAMES: string[];
