import { SVGAttributes } from 'react'; type Props = SVGAttributes; export declare const HelpIcon: (props: Props) => JSX.Element; export {};