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