/// <reference types="react" />
export declare const PlaceHolder: () => JSX.Element;
declare const _default: {
    AlephiumIcon: ({ ...props }: {
        [x: string]: any;
    }) => JSX.Element;
    WalletConnect: ({ background, ...props }: {
        [x: string]: any;
        background?: boolean | undefined;
    }) => JSX.Element;
    Ledger: ({ ...props }: {
        [x: string]: any;
    }) => JSX.Element;
};
export default _default;
