export declare const trackEvent: (category: string, action: string, label?: string | undefined, value?: number | undefined) => void;