import type { ClientField } from 'payload';
export declare const combineFieldLabel: ({ CustomLabel, field, prefix, }: {
    CustomLabel?: React.ReactNode;
    field?: ClientField;
    prefix?: React.ReactNode;
}) => React.ReactNode;
//# sourceMappingURL=combineFieldLabel.d.ts.map