import { Breakpoint } from "@mui/material/styles";
/**
 * Hook to get the current breakpoint
 * @returns The current breakpoint
 */
export declare function useCurrentBreakpoint(): Breakpoint;
