import { IconProps } from '../lib';
declare function InfinityIcon(props: IconProps): JSX.Element;
export default InfinityIcon;
