import { z } from 'zod'; export declare const BanxaUrlReferralQueryStringParamsSchema: z.ZodEffects>; fiatType: z.ZodEffects; fiatAmount: z.ZodOptional; coinType: z.ZodEffects; coinAmount: z.ZodOptional; blockchain: z.ZodOptional>; walletAddress: z.ZodString; walletAddressTag: z.ZodOptional; backgroundColor: z.ZodOptional; primaryColor: z.ZodOptional; secondaryColor: z.ZodOptional; textColor: z.ZodOptional; theme: z.ZodOptional>; returnUrl: z.ZodOptional; }, "strip", z.ZodTypeAny, { fiatType: "USD" | "EUR"; coinType: "ADA"; walletAddress: string; orderType?: import("../helpers/order-types").BanxaOrderType | undefined; fiatAmount?: number | undefined; coinAmount?: number | undefined; blockchain?: "ADA" | undefined; walletAddressTag?: string | undefined; backgroundColor?: string | undefined; primaryColor?: string | undefined; secondaryColor?: string | undefined; textColor?: string | undefined; theme?: import("../helpers/theme").BanxaTheme | undefined; returnUrl?: string | undefined; }, { fiatType: string; coinType: string; walletAddress: string; orderType?: string | undefined; fiatAmount?: number | undefined; coinAmount?: number | undefined; blockchain?: string | undefined; walletAddressTag?: string | undefined; backgroundColor?: string | undefined; primaryColor?: string | undefined; secondaryColor?: string | undefined; textColor?: string | undefined; theme?: string | undefined; returnUrl?: string | undefined; }>, { fiatType: "USD" | "EUR"; coinType: "ADA"; walletAddress: string; orderType?: import("../helpers/order-types").BanxaOrderType | undefined; fiatAmount?: number | undefined; coinAmount?: number | undefined; blockchain?: "ADA" | undefined; walletAddressTag?: string | undefined; backgroundColor?: string | undefined; primaryColor?: string | undefined; secondaryColor?: string | undefined; textColor?: string | undefined; theme?: import("../helpers/theme").BanxaTheme | undefined; returnUrl?: string | undefined; }, { fiatType: string; coinType: string; walletAddress: string; orderType?: string | undefined; fiatAmount?: number | undefined; coinAmount?: number | undefined; blockchain?: string | undefined; walletAddressTag?: string | undefined; backgroundColor?: string | undefined; primaryColor?: string | undefined; secondaryColor?: string | undefined; textColor?: string | undefined; theme?: string | undefined; returnUrl?: string | undefined; }>; //# sourceMappingURL=zod-schema.d.ts.map