import BREAKPOINTS from '../breakpoints'; declare type MediaQueriesType = Record<`${keyof typeof BREAKPOINTS}Up`, string>; declare const MEDIA_QUERIES: MediaQueriesType; export default MEDIA_QUERIES; //# sourceMappingURL=index.d.ts.map