export declare function useMeasure<T extends HTMLElement>(): readonly [(node: T) => void, {
    width: number;
    height: number;
}];
