export declare const useClientRect: () => readonly [ClientRect | undefined, (node: HTMLElement | null) => void, HTMLElement | undefined];