export declare const useBreakpoints: () => { breakpoint: keyof import("./types").BreakpointKeys; size: { width: number; height: number; }; };