import type React from 'react';
import type { Condition } from '../../../../fields/config/types';
type Props = {
    condition: Condition;
    name: string;
    path?: string;
    setShowField: (isVisible: boolean) => void;
};
export declare const WatchCondition: React.FC<Props>;
export {};
//# sourceMappingURL=WatchCondition.d.ts.map