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