export declare const mixpanel: {
    identify: (id: string, company: string) => void;
    track: (event: string, payload: any) => void;
};
