Viewing File: /home/ubuntu/route-and-root-frontend-base/node_modules/connectkit/build/assets/logos.d.ts

/// <reference types="react" />
export declare const Injected: ({ ...props }: {
    [x: string]: any;
}) => JSX.Element;
export declare const WalletConnect: ({ background, ...props }: {
    [x: string]: any;
    background?: boolean;
}) => JSX.Element;
export declare const MetaMask: ({ background, ...props }: {
    [x: string]: any;
    background?: boolean;
}) => JSX.Element;
export declare const Coinbase: ({ background, ...props }: {
    [x: string]: any;
    background?: boolean;
}) => JSX.Element;
export declare const CoinbaseImage: ({ background, ...props }: {
    [x: string]: any;
    background?: boolean;
}) => JSX.Element;
export declare const Trust: ({ theme, ...props }: {
    [x: string]: any;
    theme?: string;
}) => JSX.Element;
export declare const Argent: ({ ...props }: {
    [x: string]: any;
}) => JSX.Element;
export declare const ImToken: ({ ...props }: {
    [x: string]: any;
}) => JSX.Element;
export declare const Rainbow: ({ ...props }: {
    [x: string]: any;
}) => JSX.Element;
export declare const Brave: ({ ...props }: {
    [x: string]: any;
}) => JSX.Element;
export declare const Crypto: ({ ...props }: {
    [x: string]: any;
}) => JSX.Element;
export declare const Ledger: ({ ...props }: {
    [x: string]: any;
}) => JSX.Element;
export declare const Steak: ({ ...props }: {
    [x: string]: any;
}) => JSX.Element;
export declare const Unstoppable: ({ ...props }: {
    [x: string]: any;
}) => JSX.Element;
export declare const ONTO: ({ ...props }: {
    [x: string]: any;
}) => JSX.Element;
export declare const Slope: ({ ...props }: {
    [x: string]: any;
}) => JSX.Element;
export declare const GnosisSafe: ({ ...props }: {
    [x: string]: any;
}) => JSX.Element;
export declare const Frontier: ({ ...props }: {
    [x: string]: any;
}) => JSX.Element;
export declare const Zerion: ({ ...props }: {
    [x: string]: any;
}) => JSX.Element;
export declare const PlaceHolder: () => JSX.Element;
export declare const OtherWallets: ({ ...props }: {
    [x: string]: any;
}) => JSX.Element;
declare const _default: {
    Injected: ({ ...props }: {
        [x: string]: any;
    }) => JSX.Element;
    OtherWallets: ({ ...props }: {
        [x: string]: any;
    }) => JSX.Element;
    WalletConnect: ({ background, ...props }: {
        [x: string]: any;
        background?: boolean;
    }) => JSX.Element;
    MetaMask: ({ background, ...props }: {
        [x: string]: any;
        background?: boolean;
    }) => JSX.Element;
    Coinbase: ({ background, ...props }: {
        [x: string]: any;
        background?: boolean;
    }) => JSX.Element;
    CoinbaseImage: ({ background, ...props }: {
        [x: string]: any;
        background?: boolean;
    }) => JSX.Element;
    Trust: ({ theme, ...props }: {
        [x: string]: any;
        theme?: string;
    }) => JSX.Element;
    Argent: ({ ...props }: {
        [x: string]: any;
    }) => JSX.Element;
    ImToken: ({ ...props }: {
        [x: string]: any;
    }) => JSX.Element;
    Rainbow: ({ ...props }: {
        [x: string]: any;
    }) => JSX.Element;
    Crypto: ({ ...props }: {
        [x: string]: any;
    }) => JSX.Element;
    Ledger: ({ ...props }: {
        [x: string]: any;
    }) => JSX.Element;
    Brave: ({ ...props }: {
        [x: string]: any;
    }) => JSX.Element;
    Steak: ({ ...props }: {
        [x: string]: any;
    }) => JSX.Element;
    Unstoppable: ({ ...props }: {
        [x: string]: any;
    }) => JSX.Element;
    ONTO: ({ ...props }: {
        [x: string]: any;
    }) => JSX.Element;
    Slope: ({ ...props }: {
        [x: string]: any;
    }) => JSX.Element;
    GnosisSafe: ({ ...props }: {
        [x: string]: any;
    }) => JSX.Element;
    Frontier: ({ ...props }: {
        [x: string]: any;
    }) => JSX.Element;
    Zerion: ({ ...props }: {
        [x: string]: any;
    }) => JSX.Element;
    PlaceHolder: () => JSX.Element;
};
export default _default;
Back to Directory File Manager