import type { IconProps } from "./types"; export declare const EngagementIcon: (props: IconProps) => JSX.Element;