export interface GtmProps { id: string; } /** * Sets up Google Tag Manager. This should go at the top of the element. */ export declare const GtmHead: import("@builder.io/qwik").Component; /** * Sets up Google Tag Manager. This should go at after the opening tag. */ export declare const GtmBody: import("@builder.io/qwik").Component;