/** * Optional properties for the SVGElement class. Should be defined outside of * this file by `declare module` pattern. */ export interface SVGElementBase { [key: string]: any; } export default SVGElementBase;