import { CSSProp } from 'styled-components';
export declare const addBreakpointStyles: (mediaQuery: string, stylesObj: object) => CSSProp | string;
