/** * Optional properties for the SVGElement class. Should be defined outside of * this file by `declare module` pattern. */ export interface SVGRendererBase { } export default SVGRendererBase;