import { Breakpoint } from "../theming"; export declare function useActiveBreakpoints(): { activeBreakpoints: Record; windowWidth: number; };