import type { PluginStoreModel } from '../model';
declare const AddCustomPluginDialog: ({ onClose, model, }: {
    onClose: () => void;
    model: PluginStoreModel;
}) => import("react/jsx-runtime").JSX.Element;
export default AddCustomPluginDialog;
