/// import * as React from 'react'; import './List.Grid.Example.scss'; export interface IListGridExampleProps { items: any[]; } export declare class ListGridExample extends React.Component { private _columnCount; private _columnWidth; private _rowHeight; constructor(props: IListGridExampleProps); render(): JSX.Element; private _getItemCountForPage(itemIndex, surfaceRect); private _getPageHeight(itemIndex, surfaceRect); private _onRenderCell; }