import { Breakpoints } from "./sanitize";
export declare const mediaQueryBuilder: (breakpoints: Breakpoints) => (on?: string, strict?: boolean | undefined) => string;
