import { RenderBodyArgs } from 'gatsby'; import { PluginOptions } from '../../types'; export declare const onRenderBody: ({ pathname, setHeadComponents }: RenderBodyArgs, options: PluginOptions) => void;