import { ActiveBreakpoints } from "./ActiveBreakpoints.types"; export declare const useActiveBreakpoints: () => ActiveBreakpoints;