import * as React from "react";
import type { SVGIconProps } from "../../svgIconProps";
export declare const CycleIcon: React.FC<SVGIconProps>;
/**
 * @deprecated Use {@link CycleIcon} instead.
 */
export declare const Cycle: typeof CycleIcon;
export default CycleIcon;
