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