import React from 'react'; export default function useTableSize(target: React.RefObject): { width: number; };