import * as React from 'react'; import { GenericComponent } from '../types'; export declare type VirtualListItemProps = { id?: string; key?: any; ItemView?: GenericComponent; item?: Item; style?: Object; width?: number; realIndex?: number; index: number; forwardRef?: any; }; export declare class VirtualListItemInner extends React.Component> { shouldComponentUpdate(prev: any): boolean; render(): JSX.Element; } export declare const VirtualListItem: React.ComponentClass & import("@o/react-sortable-hoc").SortableElementProps, any>; //# sourceMappingURL=VirtualListItem.d.ts.map