import type { WebflowBreakpoint } from './breakpoints'; /** * Checks the current breakpoint based on the window media. * * @returns A {@link WebflowBreakpoint} string. */ export declare const getCurrentBreakpoint: () => WebflowBreakpoint;