import React from "react"; type HelpIconProps = { title?: string; name?: string; id?: string; onClick?(): void; }; const ICON = ( ); export const HelpIcon = (props: HelpIconProps) => ( );