export const wrapRootElement: ({ element, }: {
    element: import("react").ReactChild;
}) => JSX.Element;
