import { MediaMatcher } from '@angular/cdk/layout'; import * as i0 from "@angular/core"; export declare class MobileService { mobileQuery: MediaQueryList; tabletQuery: MediaQueryList; private mobileQueryListener; private listeners; constructor(media: MediaMatcher); addListener(listener: (mobile: boolean, tablet?: boolean) => void): void; removeListener(listener: (mobile: boolean, tablet?: boolean) => void): void; get mobile(): boolean; get tablet(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }