/// <reference types="react" />
interface SVGProps {
    className?: string;
    style?: React.CSSProperties;
}
export declare function CoinbaseLogo(props: SVGProps): import("react/jsx-runtime").JSX.Element;
export declare function MoonPayLogo(props: SVGProps): import("react/jsx-runtime").JSX.Element;
export declare function TurnkeyLogo(props: SVGProps): import("react/jsx-runtime").JSX.Element;
export declare function EthereumLogo(props: SVGProps): import("react/jsx-runtime").JSX.Element;
export declare function SolanaLogo(props: SVGProps): import("react/jsx-runtime").JSX.Element;
export declare function QRCodeIcon(props: SVGProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=Svg.d.ts.map