/// import { ViewProps } from "../../View"; declare const TD: ({ children, ...props }: ViewProps) => JSX.Element; export default TD;