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