/// import React from 'react'; import tsPropsType from './PropsType'; export default class MIndexedList extends React.Component { static defaultProps: { prefixCls: string; listPrefixCls: string; listViewPrefixCls: string; }; render(): JSX.Element; }