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