import React from "react"; export declare type CaTableCellProps = React.DetailedHTMLProps, HTMLTableCellElement>; declare function CaTableCell({ className, ...props }: CaTableCellProps): JSX.Element; export default CaTableCell;