export declare const useMatchingBreakpoint: (size: "sm" | "md" | "lg" | "xlg", disable?: boolean | undefined) => boolean;