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