import type { ThemeProps } from "frosted-ui/theme"; import React from "react"; import { type WhopIframeSdkProviderOptions } from "../iframe"; export declare function WhopApp({ children, sdkOptions, ...themeProps }: ThemeProps & { sdkOptions?: WhopIframeSdkProviderOptions; }): React.JSX.Element;