import * as React from 'react'; import type { IObjectWithKey } from '@fluentui/react/lib/Selection'; import type { IStaticListProps } from './StaticList.types'; import type { JSXElement } from '@fluentui/utilities'; export declare class StaticList extends React.Component> { render(): JSXElement; }