/// import { ListBase } from './base'; export declare class Static extends ListBase { render: (item: any, index: number) => JSX.Element; }