import { TreeShape } from '@/hooks/useTable'; export default function getVisibleCount(treeData: TreeShape[], expandedRowKeys: string[]): number;