import type { ScreenMap } from '../shared/utilities'; export declare const useBreakpoint: (refreshOnChange?: boolean) => ScreenMap;