import { TableProps } from './interfaces'; export type InternalSelectionType = TableProps.SelectionType | 'group';