import { RefObject } from 'react'; import { Rect } from '@aviato/utils'; /** * Reack hook to measure a component's dimensions. * * @param ref - ref of the component to measure * @param shouldObserve - if `true`, resize and scroll observers will be turned on */ export declare function useElementRect(ref: RefObject, shouldObserve?: boolean, preciseNumbers?: boolean): Rect; //# sourceMappingURL=useElementRect.d.ts.map