import { ChopLogicSVGElementProps } from '../../../models';
declare function HelpIcon({ title, ...rest }: ChopLogicSVGElementProps): import("react/jsx-runtime").JSX.Element;
export default HelpIcon;
