import * as i0 from '@angular/core'; declare class NgxDeviceInfoService { private permissionsNames; constructor(); getDeviceInfo(): Promise; getDeviceName(): string; getDeviceType(): "tablet" | "mobile" | "desktop"; isMobile(): boolean; isTablet(): boolean; isDesktop(): boolean; getOrientation(): "" | "portrait" | "landscape"; getAllPermissions: () => Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class NgxDeviceInfoComponent { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export { NgxDeviceInfoComponent, NgxDeviceInfoService };