import * as React from "react"; interface SVGRProps { title?: string; titleId?: string; } declare function SvgCountryAndConnections({ title, titleId, ...props }: React.SVGProps & SVGRProps): JSX.Element; declare const MemoSvgCountryAndConnections: React.MemoExoticComponent; export default MemoSvgCountryAndConnections; //# sourceMappingURL=CountryAndConnections.d.ts.map