import * as React from "react"; import { BoxModel } from "@hakuna-matata-ui/utils"; /** * Reack hook to measure a component's dimensions * * @param ref ref of the component to measure * @param observe if `true`, resize and scroll observers will be turned on */ export declare function useDimensions(ref: React.RefObject, observe?: boolean): BoxModel | null; //# sourceMappingURL=use-dimensions.d.ts.map