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