import type { PathProps } from '../../Icon/IconTypes';
/** Note: So-named because Infinity has a name collision with the global Infinity object */
export declare const InfinityIcon: ({ stroke }: PathProps) => import("react/jsx-runtime").JSX.Element;
