import { FC } from "react";
interface HelpIconProps {
}
declare const HelpIcon: FC<HelpIconProps>;
export default HelpIcon;
