import React from 'react'; import { ExpandedRowProps } from './Body.types'; declare function ExpandedRow({ children, component: Component, cellComponent, classNames, expanded, colSpan, isEmpty, }: ExpandedRowProps): React.JSX.Element; export default ExpandedRow;