import React from "react"; /** * This component is used to inject the Whop theme script into the page. Include this in your root layout before your * body tag to ensure no flash of unstyled content. * @returns The Whop theme script. */ export declare function WhopThemeScript(): React.JSX.Element;