import { type FC } from 'react'; import { type BaseCellProps } from './base-cell'; /** * __Cell__ * * A data cell. * * @primitive */ export declare const TD: FC>;