import 'rollup-plugin-inject-process-env'; import { FC } from "react"; import { List } from "stentor-models"; export interface SearchResponseListDisplayProps { readonly list: List; } export declare const SearchResponseListDisplay: FC;