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