import * as React from "react";
import type { Props } from "./types";
declare const TableCell: ({ align, scope, as: Component, verticalAlign, whiteSpace, dataTest, children, }: Props) => React.JSX.Element;
export default TableCell;
