import type { GTMParams } from '../types/google'; export declare function GoogleTagManager(props: GTMParams): import("react/jsx-runtime").JSX.Element; export declare const sendGTMEvent: (data: Object, dataLayerName?: string) => void;