import * as React from 'react'; import { ctw } from '../../../utils/ctw/ctw'; export const Table = React.forwardRef>( ({ className, ...props }, ref) => ( ), ); Table.displayName = 'Table';