import type { ScreenMap } from "../utils"; export declare function useBreakpoint(refreshOnChange?: boolean): ScreenMap;