import { TBreakPoints } from '../../../types/TBreakPoints'; export declare const useActiveBreakpoint: (breakpoints?: TBreakPoints) => "sm" | "md" | "lg" | "xl" | null;