import type { PluginStoreModel } from '../model';
import type { BasePlugin } from '@jbrowse/core/util/types';
declare const InstalledPlugin: ({ plugin, model, }: {
    plugin: BasePlugin;
    model: PluginStoreModel;
}) => import("react/jsx-runtime").JSX.Element;
export default InstalledPlugin;
