import * as React from 'react'; declare const StyledTableBody: React.ForwardRefExoticComponent, HTMLTableSectionElement>, "striped"> & { striped?: boolean | undefined; } & { as?: React.ElementType; }>; type TableBodyProps = React.ComponentProps; export declare const TableBody: { ({ striped, ...rest }: TableBodyProps): React.JSX.Element; displayName: string; }; export {};