import { Provider } from '@angular/core';
/**
 * Adds mocks to allow interactions with breakpoints in tests.
 */
export declare function provideSkyMediaQueryTesting(): Provider[];
