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