import React from 'react'; type TableRowGroupProps = { className?: string; style?: React.CSSProperties; type?: keyof HTMLElementTagNameMap; children: React.ReactNode; }; declare const TableRowGroup: ({ type, children }: TableRowGroupProps) => import("react/jsx-runtime").JSX.Element; export { TableRowGroup }; //# sourceMappingURL=TableRowGroup.d.ts.map