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