```ts
const StatCardBox: React.FC<React.PropsWithChildren<object & Partial<React.ComponentProps<typeof Box>>>>;
```
