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