import type { PropsWithChildren } from 'react'; import type { IOSInitialProps } from '../../initial-props'; export declare function App({ children, ...initialProps }: PropsWithChildren): import("react/jsx-runtime").JSX.Element;