import { PingbackAttributes } from '@giphy/js-analytics'; import { IGif } from '@giphy/js-types'; export declare const onGifSeen: (gif: IGif, userId: string | number | undefined, position: DOMRectReadOnly, attributes?: PingbackAttributes) => void; export declare const onGifClick: (gif: IGif, userId: string | number | undefined, target: HTMLElement, attributes?: PingbackAttributes) => void; export declare const onGifHover: (gif: IGif, userId: string | number | undefined, target: HTMLElement, attributes?: PingbackAttributes) => void;