import * as React from 'react'; import { ListProps } from './ListPropTypes'; export default class List extends React.Component { static Header: any; static Body: any; static Footer: any; static Item: any; render(): JSX.Element; }