import { type ComponentPropsWithRef } from 'react'; import type { VariantProps } from 'class-variance-authority'; import { tableHeadCellVariants } from '../classes'; type ThVariantProps = VariantProps; type ThProps = Omit, keyof ThVariantProps> & ThVariantProps; export declare const Th: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export {};