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