/// <reference types="react" />
import * as React from 'react';
export declare class GroupedListBasicExample extends React.Component {
    private _selection;
    constructor(props: {});
    render(): JSX.Element;
    private _onRenderCell(nestingDepth, item, itemIndex);
}
