import { StyledProps, css } from 'styled-components'; declare type CSSFunction = (...params: Parameters) =>

({ theme }: StyledProps

) => ReturnType; export declare const breakpoint: (breakpointA: import("./types").DefaultBreakpointName, breakpointB?: "mobile" | "tablet" | "desktop" | undefined) => CSSFunction; export {};