export declare const LAST_CONNECTOR_KEY = "LAST_CONNECTOR";
export declare const isClientSide: boolean;
export declare const Theme: {
    modalWrapper: string;
    dialogOverlay: string;
    modalText: string;
    modalContent: string;
    walletOptionsWrapper: string;
    walletOption: string;
    walletOptionsList: string;
    walletError: string;
    injectedIcon: string;
    metamaskIcon: string;
    walletConnectIcon: string;
    modalConnectWalletButtonStyle: string;
};
export declare const Strings: {
    CONNECT_WALLET: string;
    CONNECT_WALLET_ARIA_LABEL: string;
    CONNECT_WALLET_BUTTON_TEXT: string;
    CONNECTED_BUTTON_TEXT: string;
    DISCONNECT_WALLET_BUTTON_TEXT: string;
};
