import { CustomEvent } from '@piwikpro/tracking-base-library';
import * as i0 from "@angular/core";
type ICustomEvent = typeof CustomEvent;
export declare class CustomEventsService {
    trackEvent(...params: Parameters<ICustomEvent['trackEvent']>): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<CustomEventsService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<CustomEventsService>;
}
export {};
