import { MediaQueryAllQueryable } from './types';
declare const toQuery: (obj: Partial<MediaQueryAllQueryable>) => string;
export default toQuery;
