export declare type ReportEvent = (eventCategory?: string, eventAction?: string, eventLabel?: string, eventValue?: string) => void;