import { IObservable } from '../../../../../type/observable.type';
export declare function fromMatchMedia(query: string): IObservable<boolean>;
