import { PluginOptions } from './types'; export declare const wrapRootElement: ({ element }: any, options: PluginOptions) => JSX.Element;