import * as React from 'react'; export interface RawTbodyProps extends React.TableHTMLAttributes { children: React.ReactNode; } export declare const RawTbody: ({ children, ...props }: RawTbodyProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=RawTbody.d.ts.map