import { SdkWalletOptions, WalletModule } from "../../../interfaces";
declare function squarelink(allowAuthAnalytics: boolean, projectId: string): (options: SdkWalletOptions) => WalletModule;
export default squarelink;
