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