import type { Breakpoint } from './index'; export declare const mergeBreakpoints: (breakPoint: Breakpoint, customBreakpoint?: T | undefined) => { breakPoints: Record<("s" | "m" | "l" | "xs") & keyof T, string>; variants: string[]; };