import * as React from 'react'; import { SuggestionListProps } from './types'; export declare const SuggestionList: { (props: SuggestionListProps): React.ReactElement React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)> | null; displayName: string; };