import type { PropsWithChildren } from 'react'; import type { InitialProps } from '../../initial-props'; export declare function App(props: PropsWithChildren): JSX.Element;