import React from 'react'; type ToxicityIconProps = { behaviorScore: number; } & React.SVGAttributes; export declare function ToxicityIcon(props: ToxicityIconProps): JSX.Element; export {};