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