import type { ParsedAd, VastIcon, Optional } from '../types';
/**
 * Gets the Vast Icon definitions from the Vast Ad.
 *
 * @param ad VAST ad object.
 * @returns Array of VAST icon definitions
 */
export declare const getIcons: (ad: ParsedAd) => Optional<VastIcon[]>;
