import * as React from "react"; interface ISvgWrapperProps { mapName?: any; regionsData?: object; height?: any; } export default class SVGWrapper extends React.Component { render(): JSX.Element; } export {};