import { HelpIcon } from "./icons"; type HelpButtonProps = { title?: string; name?: string; id?: string; onClick?(): void; }; export const HelpButton = (props: HelpButtonProps) => ( );