import { Media, Matcher } from './types.js'; import 'styled-components'; declare const media: Media; declare const not: (isNot?: boolean) => "" | "not all and "; declare const matcher: Matcher; export { media as default, matcher, not };