/// import * as React from 'react'; export declare class DetailsListCustomFooterExample extends React.Component<{}, { items: {}[]; selectionDetails: {}; showItemIndexInView: boolean; }> { private _selection; private _detailsList; constructor(props: {}); render(): JSX.Element; componentWillUnmount(): void; private _getSelectionDetails(); private _onChange; private _onItemInvoked(item); private _onShowItemIndexInViewChanged; private _onRenderDetailsFooter(detailsFooterProps, defaultRender); }