import './AnalyticsTypes';
/**
 * Submits an event to Google Analytics. This is a noop if window.dataLayer is not available, which is possible
 * if the user has not consented to analytics tracking or their browser blocks trackers.
 * @param eventName
 * @param eventData
 */
export declare function sendAnalyticsEvent(eventName: string, eventData?: Record<string, string | number | boolean>): void;
//# sourceMappingURL=sendAnalyticsEvent.d.ts.map