import type { JSX } from 'react'; import type { GoogleAnalyticsConfig } from '@redocly/config'; export declare const buildScripts: (pluginOptions: GoogleAnalyticsConfig) => { headComponents: JSX.Element[]; postBodyComponents: JSX.Element[]; }; //# sourceMappingURL=build-scripts.d.ts.map