```ts
type TableResultsCountProps = object;
```

## Properties

| Property | Type |
| ------ | ------ |
| <a id="endcount"></a> `endCount` | `number` |
| <a id="isdisabled"></a> `isDisabled?` | `boolean` |
| <a id="startcount"></a> `startCount` | `number` |
| <a id="totalcount"></a> `totalCount` | `number` |
