import { ModuleWithProviders } from '@angular/core'; import { LoaderService } from '../shared/loader/loader.module'; import * as i0 from "@angular/core"; import * as i1 from "./capacitor-runtime.component"; import * as i2 from "./application/root/root.page"; import * as i3 from "./application/wrapper/wrapper.page"; import * as i4 from "./application/404/404.page"; import * as i5 from "@angular/common"; import * as i6 from "@angular/platform-browser/animations"; import * as i7 from "@angular/router"; import * as i8 from "../../core/core.module"; import * as i9 from "../shared/material/material.module"; import * as i10 from "../shared/loader/loader.module"; import * as i11 from "../../ui/modal/modal.module"; import * as i12 from "../../ui/popover/popover.module"; import * as i13 from "../../ui/form/form.module"; export * from './capacitor-runtime.component'; export * from './application/404/404.page'; export * from './application/root/root.page'; export * from './resolvers/device-info.resolver'; export * from './resolvers/storage.resolver'; export * from './guards/device-info.guard'; export * from './guards/storage.guard'; export * from './context/capacitor-context.service'; export * from './application/wrapper/wrapper.page'; export declare function capacitorRouteLoader(loader: LoaderService): () => void; export declare class SurveyorCapacitorRuntimeModule { static forRoot(config: any): ModuleWithProviders; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }