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