import { IApp } from './interfaces';
declare global {
    interface Window {
        App: IApp;
        Sentry: any;
        select: any;
    }
}
declare const App: IApp;
export default App;
//# sourceMappingURL=index.d.ts.map