import { ElementType, HTMLHopeProps } from "../types"; import { TableCellVariants } from "./table.styles"; export declare type TdProps = HTMLHopeProps>; export declare function Td(props: TdProps): import("solid-js").JSX.Element; export declare namespace Td { var toString: () => string; } //# sourceMappingURL=td.d.ts.map