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