import * as React from 'react';
export declare class DetailsListBasicExample extends React.Component<any, any> {
    private _selection;
    constructor();
    render(): JSX.Element;
    private _onRenderItemColumn(item, index, column);
    private _getSelectionDetails();
}
