import type { PaywallData } from "../../../types/paywall";
/**
 * Test paywall for custom variables behavior
 * Has `username` and `email` variables embedded throughout the paywall
 * These should either be passed in or come from UIConfig
 **/
export declare const CUSTOM_VARIABLES_PAYWALL: PaywallData;
