import type * as Adapter from '../../Adapter.js';
import type * as Dialog from '../../Dialog.js';
import { postMessage } from './postMessage.js';
/** Creates the Tempo Wallet adapter using Wata postMessage. */
export declare function tempoWallet(options?: tempoWallet.Options): Adapter.Adapter;
export declare namespace tempoWallet {
    /** Options for {@link tempoWallet}. */
    type Options = Omit<postMessage.Options, 'host' | 'name' | 'rdns'> & {
        /** Visual theme overrides for the wallet page (accent, radius, scheme). */
        theme?: Dialog.Theme | undefined;
    };
}
//# sourceMappingURL=tempoWallet.d.ts.map