import React from "react";
export function RawTfoot({ className, style, children }) {
    return (<tfoot className={className} style={style}>
      {children}
    </tfoot>);
}
//# sourceMappingURL=Tfoot.jsx.map