import { IApp } from './interfaces';
declare global {
    interface Window {
        App: IApp | undefined;
        NwaHandler: any;
        select: unknown;
    }
}
declare let App: any;
export default App;
//# sourceMappingURL=index.d.ts.map