import type { FieldPaths } from 'payload';
import type { MarkOptional } from 'ts-essentials';
import React from 'react';
export declare const withCondition: <P extends MarkOptional<FieldPaths, "indexPath" | "path">>(Field: React.ComponentType<P>) => React.FC<P>;
//# sourceMappingURL=index.d.ts.map