import type { BreakpointServiceObject } from '../services/breakpoint';
export declare const useBreakpoint: () => BreakpointServiceObject;
