export declare type GaWindow = Window & {
    gtag?: any;
    dataLayer?: any;
};
