import { SVGProps } from "react"; declare const Centrality: (props: SVGProps) => JSX.Element; export default Centrality;