import { Direction } from '../types'; export declare function useBreakpoint(direction: Direction, breakpoint: string): boolean;