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