import { type RivetPlugin } from '@ironclad/rivet-core'; import { type FC } from 'react'; import { type PluginLoadSpec } from '../../../core/src/model/PluginLoadSpec'; type PluginInfoModalProps = { isOpen: boolean; onClose: () => void; pluginName: string; spec: PluginLoadSpec; loadedPlugin?: RivetPlugin; }; export declare const PluginInfoModal: FC; export {}; //# sourceMappingURL=PluginInfoModal.d.ts.map