import React, { type ReactNode } from "react"; interface ChainIconProps { backgroundColor: string; logo: ReactNode; variant?: "md" | "lg"; rounded?: boolean; className?: string; } export declare const ChainIcon: ({ backgroundColor, logo, variant, rounded, className, ...props }: ChainIconProps) => React.JSX.Element; export {}; //# sourceMappingURL=chain-icon.d.ts.map