import type { SVGProps } from "react"; export interface AnchorIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function AnchorIcon({ className, size, color, ...props }: AnchorIconProps): import("react").JSX.Element; //# sourceMappingURL=anchor-icon.d.ts.map