import { type RefObject } from "react"; export declare function useWidth(responsive: boolean): [RefObject, number];