import type { VastChain, VastEventTrackerOptions } from '../../types'; export declare const trackIconClick: (_vastChain: VastChain, { data, tracker }: VastEventTrackerOptions) => void;