import * as React from 'react'; import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } declare const SvgElectronegativity: ({ title, titleId, ...props }: SVGProps & SVGRProps) => React.JSX.Element; export default SvgElectronegativity;