/// import * as React from 'react'; export declare class ScrollablePaneDetailsListExample extends React.Component<{}, { items: {}[]; selectionDetails: string; }> { private _scrollablePane; private _selection; private readonly _items; constructor(props: {}); render(): JSX.Element; private _getSelectionDetails(); private _onDetailsListColumnResized(); }