import type { PluginStoreModel } from '../model';
import type PluginManager from '@jbrowse/core/PluginManager';
declare const InstalledPluginsList: ({ pluginManager, model, }: {
    pluginManager: PluginManager;
    model: PluginStoreModel;
}) => import("react/jsx-runtime").JSX.Element;
export default InstalledPluginsList;
