///
import * as React from 'react';
import './List.Ghosting.Example.scss';
export interface IListGhostingExampleProps {
items: any[];
}
export declare class ListGhostingExample extends React.Component {
constructor(props: IListGhostingExampleProps);
render(): JSX.Element;
private _onRenderCell(item, index, isScrolling);
}