import { Key } from 'react'; import { TableProps, GetRowKeyType } from '../interface'; export default function useExpand(props: TableProps, flattenData: any, getRowKey: GetRowKeyType): [Key[], (key: Key) => void];