import { default as React } from 'react'; import { AdMeshLinkTrackerProps } from '../types/index'; /** * AdMeshLinkTracker Component * * Wraps content with click tracking via AdMesh click URLs. * * Note: View/exposure tracking is handled separately by AdMeshViewabilityTracker component. * This component only handles click navigation to the admeshLink (which contains click tracking). * * The admeshLink prop should be the click URL from the recommendation, which already includes * all necessary tracking parameters and will redirect to the merchant URL. */ export declare const AdMeshLinkTracker: React.FC; //# sourceMappingURL=AdMeshLinkTracker.d.ts.map