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