import type { VastIcon } from '../../../types';
export declare const canBeShown: (icon: VastIcon, videoElement: HTMLVideoElement) => boolean;
