import type { BreakpointValue } from "../components/Breakpoint/Breakpoint.js";
export default function useBreakpoint(from: BreakpointValue | null, to?: BreakpointValue): boolean;
