import { BreakpointMap, MapFunction } from './types'; import { DefaultTheme } from 'styled-components'; export declare const createMap: (breakpoints: BreakpointMap | ((theme: DefaultTheme) => BreakpointMap)) => MapFunction;