/**
 * Map of SVG elements to allowed attributes.
 *
 * @type {Record<string, ReadonlyArray<string>>}
 */
export const svgElementAttributes: Record<string, ReadonlyArray<string>>;
//# sourceMappingURL=index.d.ts.map