/** Lowercased tag name to the casing React and the SVG DOM expect. */ export declare const SVG_ELEMENTS: Map; export declare function safeSvgProps(tagName: string, attributes: { name: string; value: string; }[]): Record;