import type { BasicTarget } from 'ahooks/lib/utils/domTarget';
export default function useTableSize(target: BasicTarget): {
    width: number;
};
