import type { ICustomizationOptions, Locale } from "../constants/style"; export declare class LinksManager { private link; constructor(baseLink: URL); addStylingOptions(options: ICustomizationOptions): void; addClientSecret(sdkClientSecret: string): void; addClientId(clientId: string): void; addLocale(locale?: Locale): void; addOTP(): void; addAppName(appName?: string): void; addShowConnectWalletOptions(showConnectWalletOptions: boolean): void; addReceivingWalletType(walletType?: string): void; addRecipientWalletAddress(address: string): void; addPayerWalletAddress(address: string): void; addDate(date?: Date): void; getLink(): URL; } //# sourceMappingURL=LinksManager.d.ts.map