import * as React from 'react'; import { IObjectWithKey } from 'office-ui-fabric-react/lib/Selection'; import { IStaticListProps } from './StaticList.types'; export declare class StaticList extends React.Component> { render(): JSX.Element; }