import * as React from "react"; import { AllSystemProps } from "./system/unions"; export declare type TdProps = AllSystemProps & React.HTMLAttributes; export declare const Td: import("styled-components").StyledComponent<"td", any, React.PropsWithChildren, never>;