import React from 'react';
export declare const GTag: React.FunctionComponent<Props>;
declare type Props = {
    id: string;
};
export {};
