import { ConsentUiTracker } from '@bemit/consent-ui/ConsentUiTracker';
export declare const loadGtag: (googleTracking: string, cb: () => void) => void;
export declare const pluginGoogle: (group: string, googleTracking: string) => ConsentUiTracker;
