import { TabProps } from '@mui/material'; import React from 'react'; type Props = Omit & { index: number; }; export declare const PluginConditionTab: React.FC>; export {};