import type { AnalyticsEventPayload } from '../../analytics/events'; export declare const getWidthInfoPayload: (renderer: HTMLElement) => AnalyticsEventPayload | undefined; export declare const getHeightInfoPayload: (renderer: HTMLElement) => AnalyticsEventPayload | undefined;