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