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