```ts
const PreferenceRow: React.FC<React.PropsWithChildren<React.PropsWithChildren<{
  className?: string;
  description?: string | React.ReactNode;
  descriptionVariant?: TextVariant;
  label?: string | React.ReactNode;
  labelVariant?: TextVariant;
  rowBottom?: React.ReactNode;
  rowLeft?: React.ReactNode;
  withBorderBottom?: boolean;
}>>>;
```
