import type { SystemContext } from "./types";
export declare function createBreakpoints(breakpoints: Record<string, string>): SystemContext["breakpoints"];
