import { SVGProps } from 'react';

declare const Centrality: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { Centrality as default };
