import type { PropsWithChildren, ReactNode } from 'react'; import type ApplicationInstance from '@ember/application/instance'; import type { CustomProviderOptions } from '../../../types'; interface AppProps { owner: ApplicationInstance; providerOptions: CustomProviderOptions | undefined; } export declare function App({ children, owner, providerOptions, }: PropsWithChildren): ReactNode; export {}; //# sourceMappingURL=app.d.ts.map