import * as React from 'react'; import { ListBodyProps } from './ListPropTypes'; export default class ListBody extends React.Component { static defaultProps: { prefixCls: string; }; render(): JSX.Element; }