import type { WalletStatus } from "../../../wallet/index.js"; export interface KoraWalletButtonState { status: WalletStatus; label: string; symbol: string; } export interface KoraWalletButtonProps { /** Optional resolved handle to show when connected (else the wallet name is shown). */ handle?: string; } export declare function walletButtonInnerHTML(state: KoraWalletButtonState): string; export declare function renderKoraWalletButton(props?: KoraWalletButtonProps): string; //# sourceMappingURL=template.d.ts.map