/** * At the moment, we only support basic transformations (check tests). * If this won't be good enoough, we can potentially check this * library: https://www.npmjs.com/package/media-query-parser */ export declare const mediaToContainer: (mediaQuery: string) => string;